On 2008.04.15 13:36:29 +0200, Nico -telmich- Schottelius wrote: > Hello! > > As I want to use the latest commit id in all my projects, so I know > which commit the version is based on, I wrote an extremly simple script > that is based on git-show to display only the version named > git-project-version.sh. > > You can find it in > http://unix.schottelius.org/git/git-tools.git/.git/ > http://unix.schottelius.org/cgi-bin/gitweb.cgi?p=git-tools.git/.git;a=summary > and more information is available on > http://nico.schottelius.org/notizbuch-blog/archive/2008/04/15/git-project-version-sh-written-versions-with-git/ Hm, except for the three trailing dots that you get with --abbrev-commit, you can get the same results with rev-parse $ git rev-parse HEAD 8a18e8fe4e0e64222de6b063a976d0fe24955ddb $ git rev-parse --short HEAD 8a18e8f Björn -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html