Git fork

Git 1.7.5

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+6 -1
+5
Documentation/git.txt
··· 44 44 branch of the `git.git` repository. 45 45 Documentation for older releases are available here: 46 46 47 + * link:v1.7.5/git.html[documentation for release 1.7.5] 48 + 49 + * release notes for 50 + link:RelNotes/1.7.5.txt[1.7.5]. 51 + 47 52 * link:v1.7.4.5/git.html[documentation for release 1.7.4.5] 48 53 49 54 * release notes for
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v1.7.5-rc3 4 + DEF_VER=v1.7.5 5 5 6 6 LF=' 7 7 '