OSDN Git Service

use git describe for naming version in pure git clones
[coroid/ffmpeg_saccubus.git] / version.sh
index f8510ea..f45c60d 100755 (executable)
@@ -18,7 +18,7 @@ fi
 
 # check for git short hash
 if ! test $revision; then
-    revision=$(cd "$1" && git log -1 --pretty=format:%h 2> /dev/null)
+    revision=$(cd "$1" && git describe --always 2> /dev/null)
     test $revision && revision=git-$revision
 fi