We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db09f21 + a765974 commit 0a45050Copy full SHA for 0a45050
1 file changed
GIT-VERSION-GEN
@@ -12,7 +12,7 @@ if test -f version
12
then
13
VN=$(cat version) || VN="$DEF_VER"
14
elif test -d ${GIT_DIR:-.git} -o -f .git &&
15
- VN=$(git describe --match "v[0-9]*" --abbrev=7 HEAD 2>/dev/null) &&
+ VN=$(git describe --match "v[0-9]*" HEAD 2>/dev/null) &&
16
case "$VN" in
17
*$LF*) (exit 1) ;;
18
v[0-9]*)
0 commit comments