diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-03 11:20:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-03 11:20:07 -0700 |
commit | efc8a625e9b03e6f8ceed37ccd4b9167a7447e31 (patch) | |
tree | d8ac708dce432fe677e55a288cf9bcfdf4857412 /GIT-VERSION-GEN | |
parent | eb67052b132cc6ebfeed78fc74d2e4ef40390e7f (diff) | |
parent | e88b8586bfd967cbfec62359cf4c53ec65848054 (diff) | |
download | git-efc8a625e9b03e6f8ceed37ccd4b9167a7447e31.tar.gz |
Sync with maint
* maint:
Git 2.4.8
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 fd6c6890b0..fc45283501 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 } - - |