Git fork

Git 1.8.4.5

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

+17 -3
+13
Documentation/RelNotes/1.8.4.5.txt
···
··· 1 + Git v1.8.4.5 Release Notes 2 + ========================== 3 + 4 + Fixes since v1.8.4.4 5 + -------------------- 6 + 7 + * Recent update to remote-hg that attempted to make it work better 8 + with non ASCII pathnames fed Unicode strings to the underlying Hg 9 + API, which was wrong. 10 + 11 + * "git submodule init" copied "submodule.$name.update" settings from 12 + .gitmodules to .git/config without making sure if the suggested 13 + value was sensible.
+2 -1
Documentation/git.txt
··· 43 branch of the `git.git` repository. 44 Documentation for older releases are available here: 45 46 - * link:v1.8.4.4/git.html[documentation for release 1.8.4.4] 47 48 * release notes for 49 link:RelNotes/1.8.4.4.txt[1.8.4.4], 50 link:RelNotes/1.8.4.3.txt[1.8.4.3], 51 link:RelNotes/1.8.4.2.txt[1.8.4.2],
··· 43 branch of the `git.git` repository. 44 Documentation for older releases are available here: 45 46 + * link:v1.8.4.5/git.html[documentation for release 1.8.4.5] 47 48 * release notes for 49 + link:RelNotes/1.8.4.5.txt[1.8.4.5], 50 link:RelNotes/1.8.4.4.txt[1.8.4.4], 51 link:RelNotes/1.8.4.3.txt[1.8.4.3], 52 link:RelNotes/1.8.4.2.txt[1.8.4.2],
+1 -1
GIT-VERSION-GEN
··· 1 #!/bin/sh 2 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v1.8.4.3 5 6 LF=' 7 '
··· 1 #!/bin/sh 2 3 GVF=GIT-VERSION-FILE 4 + DEF_VER=v1.8.4.5 5 6 LF=' 7 '
+1 -1
RelNotes
··· 1 - Documentation/RelNotes/1.8.4.4.txt
··· 1 + Documentation/RelNotes/1.8.4.5.txt