Git fork

Git 1.7.6

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

+7 -8
+1 -7
Documentation/RelNotes/1.7.6.txt
··· 1 - Git v1.7.6 Release Notes (draft) 1 + Git v1.7.6 Release Notes 2 2 ======================== 3 3 4 4 Updates since v1.7.5 ··· 134 134 135 135 * "git status -z" did not default to --porcelain output format. 136 136 (merge bc/maint-status-z-to-use-porcelain later) 137 - 138 - --- 139 - exec >/var/tmp/1 140 - echo O=$(git describe master) 141 - O=v1.7.6-rc2 142 - git shortlog --no-merges ^maint ^$O master
+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.6/git.html[documentation for release 1.7.6] 48 + 49 + * release notes for 50 + link:RelNotes/1.7.6.txt[1.7.6]. 51 + 47 52 * link:v1.7.5.4/git.html[documentation for release 1.7.5.4] 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.6-rc3 4 + DEF_VER=v1.7.6 5 5 6 6 LF=' 7 7 '