Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-02 08:20:46 +0400
committerJunio C Hamano <gitster@pobox.com>2012-05-02 08:21:46 +0400
commit07bc4f587028c9ae98dbf7220fdcbb2744f3fb4e (patch)
treea65c0509b01188d435d1bfc88b7dbe7508438988 /GIT-VERSION-GEN
parent9768cafe681a7844d5a1d067991053b25db83bbb (diff)
parentbf505158d0292eed441fff1bc9157da19645ee91 (diff)
Sync with v1.7.10.1
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index b982e33299..c92dbed2ec 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -12,7 +12,7 @@ if test -f version
then
VN=$(cat version) || VN="$DEF_VER"
elif test -d .git -o -f .git &&
- VN=$(git describe --match "v[0-9]*" --abbrev=4 HEAD 2>/dev/null) &&
+ VN=$(git describe --match "v[0-9]*" --abbrev=7 HEAD 2>/dev/null) &&
case "$VN" in
*$LF*) (exit 1) ;;
v[0-9]*)