vsn in the .app.src file should support a string that is a prefix passed to git describe in the argument --match.
Then the prefix should be stripped to create the application version.
This helps use of the feature in repos with multiple applications.
Looking at this code again I also don't know why we don't just use git describe --tags and let git do all the work. That is a separate issue, but I'm guessing maybe git describe worked different way back when this was created and it was never updated.
vsnin the.app.srcfile should support a string that is a prefix passed togit describein the argument--match.Then the prefix should be stripped to create the application version.
This helps use of the feature in repos with multiple applications.
Looking at this code again I also don't know why we don't just use
git describe --tagsand letgitdo all the work. That is a separate issue, but I'm guessing maybegit describeworked different way back when this was created and it was never updated.