diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-03 10:45:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-03 10:45:34 -0700 |
commit | e88b8586bfd967cbfec62359cf4c53ec65848054 (patch) | |
tree | a0b993df0ba925cc73cb218d7ec5a208427a903d /GIT-VERSION-GEN | |
parent | a17c56c056d5fea0843b429132904c429a900229 (diff) | |
parent | 8545932d45c91437ac439b1a2df12cf397f71311 (diff) | |
download | git-e88b8586bfd967cbfec62359cf4c53ec65848054.tar.gz |
Sync with 2.4.8
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index cd96820162..5cadf44e1a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -38,5 +38,3 @@ test "$VN" = "$VC" || { echo >&2 "GIT_VERSION = $VN" echo "GIT_VERSION = $VN" >$GVF } - - |