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>2007-06-12 11:15:16 +0400
committerJunio C Hamano <gitster@pobox.com>2007-06-12 11:15:16 +0400
commitf26cacf4956b08238868b21a8eac6b5e51a17d7f (patch)
treef49648b98ced25a8ca0162888c6b336231f75e3d /GIT-VERSION-GEN
parent1924d64f6e070edf1ad1949bf2eb95d4d2451f30 (diff)
parent2cf69cf6edbaa15ed47f9c73c0eb60ce7983ba6b (diff)
Merge branch 'maint'
* maint: Unquote From line from patch before comparing with given from address. git-cherry: Document 'limit' command-line option
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 2 insertions, 0 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 289c8067b5..06c360b267 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -43,3 +43,5 @@ test "$VN" = "$VC" || {
echo >&2 "GIT_VERSION = $VN"
echo "GIT_VERSION = $VN" >$GVF
}
+
+