Dne st 14. listopadu 2012 Slávek Banko napsal(a):
This is an unnecessarily long. Date information can be
misleading - not
related to the date of GIT version. Not solve the correct sequence of
multiple versions in one day. In this case, the "meaningless number" is
more neutral. Simply only going to increase with each pre-release.
Slavek
It occurred to me - the number would not be "meaningless" - for example,
it could be the number of commits since the last release. For example:
cd tde/main/tdelibs &&
git log $(git tag | sort | tail -n1)..HEAD --pretty=oneline | wc -l
This would automatically resets this number after each official release.
What do you think?
Slavek
--