]> git.ipfire.org Git - thirdparty/git.git/blobdiff - GIT-VERSION-GEN
notes-merge: convert write_note_to_worktree to struct object_id
[thirdparty/git.git] / GIT-VERSION-GEN
index 9b279fdc9867a4d0171281efbd35107192406ac2..4f94fc757459ab40a312144aeaa5648142cbc3a6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.6.7
+DEF_VER=v2.13.GIT
 
 LF='
 '
@@ -12,7 +12,7 @@ if test -f version
 then
        VN=$(cat version) || VN="$DEF_VER"
 elif test -d ${GIT_DIR:-.git} -o -f .git &&
-       VN=$(git describe --match "v[0-9]*" --abbrev=7 HEAD 2>/dev/null) &&
+       VN=$(git describe --match "v[0-9]*" HEAD 2>/dev/null) &&
        case "$VN" in
        *$LF*) (exit 1) ;;
        v[0-9]*)