Git fork

Git 1.7.5-rc3

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

+4 -9
+1 -7
Documentation/RelNotes/1.7.5.txt
··· 1 - Git v1.7.5 Release Notes (draft) 1 + Git v1.7.5 Release Notes 2 2 ======================== 3 3 4 4 Updates since v1.7.4 ··· 130 130 doing both a mirror fetch and a mirror push at the same time, which 131 131 made little sense. We now warn and require the command line to specify 132 132 either --mirror=fetch or --mirror=push. 133 - 134 - --- 135 - exec >/var/tmp/1 136 - O=v1.7.5-rc2 137 - echo O=$(git describe 'master') 138 - git shortlog --no-merges ^maint ^$O master
+2 -1
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.4.4/git.html[documentation for release 1.7.4.4] 47 + * link:v1.7.4.5/git.html[documentation for release 1.7.4.5] 48 48 49 49 * release notes for 50 + link:RelNotes/1.7.4.5.txt[1.7.4.5], 50 51 link:RelNotes/1.7.4.4.txt[1.7.4.4], 51 52 link:RelNotes/1.7.4.3.txt[1.7.4.3], 52 53 link:RelNotes/1.7.4.2.txt[1.7.4.2],
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v1.7.5-rc2 4 + DEF_VER=v1.7.5-rc3 5 5 6 6 LF=' 7 7 '