Git fork

Git 1.8.1.5

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

+9 -2
+6
Documentation/RelNotes/1.8.1.5.txt
··· 8 8 the command line where an option is expected, the option parser 9 9 used just one byte of the unknown letter when reporting an error. 10 10 11 + * In v1.8.1, the attribute parser was tightened too restrictive to 12 + error out upon seeing an entry that begins with an ! (exclamation), 13 + which may confuse users to expect a "negative match", which does 14 + not exist. This has been demoted to a warning; such an entry is 15 + still ignored. 16 + 11 17 * "git apply --summary" has been taught to make sure the similarity 12 18 value shown in its output is sensible, even when the input had a 13 19 bogus value.
+2 -1
Documentation/git.txt
··· 43 43 branch of the `git.git` repository. 44 44 Documentation for older releases are available here: 45 45 46 - * link:v1.8.1.4/git.html[documentation for release 1.8.1.4] 46 + * link:v1.8.1.5/git.html[documentation for release 1.8.1.5] 47 47 48 48 * release notes for 49 + link:RelNotes/1.8.1.5.txt[1.8.1.5], 49 50 link:RelNotes/1.8.1.4.txt[1.8.1.4], 50 51 link:RelNotes/1.8.1.3.txt[1.8.1.3], 51 52 link:RelNotes/1.8.1.2.txt[1.8.1.2],
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v1.8.1.4 4 + DEF_VER=v1.8.1.5 5 5 6 6 LF=' 7 7 '