On Wednesday 14 of November 2012 21:49:40 Slávek Banko wrote:
I mean the combined number of commits and git hash.
For example:
TARGET=14.0.0
cd tde/main/tdelibs
echo $(basename $PWD)-trinity-$TARGET~pre$(git log $(git tag | sort |
tail -n1)..HEAD --pretty=oneline | wc -l)+$(git rev-parse HEAD | colrm 9)
This will give for all the exact same results. This will contain important
information == git hash. And also the growing number useful to simple
compare "older < later".
For example, my results for the current tdelibs (in both branches):
+ tdelibs-trinity-14.0.0~pre385+189c12d0
+ tdelibs-trinity-3.5.13.2~pre12+205b3397
Slavek :)
--