···8 the command line where an option is expected, the option parser
9 used just one byte of the unknown letter when reporting an error.
1000000011 * "git apply --summary" has been taught to make sure the similarity
12 value shown in its output is sensible, even when the input had a
13 bogus value.
···8 the command line where an option is expected, the option parser
9 used just one byte of the unknown letter when reporting an error.
1011+ * 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+17 * "git apply --summary" has been taught to make sure the similarity
18 value shown in its output is sensible, even when the input had a
19 bogus value.
+2-1
Documentation/git.txt
···43branch of the `git.git` repository.
44Documentation for older releases are available here:
4546-* link:v1.8.1.4/git.html[documentation for release 1.8.1.4]
4748* release notes for
049 link:RelNotes/1.8.1.4.txt[1.8.1.4],
50 link:RelNotes/1.8.1.3.txt[1.8.1.3],
51 link:RelNotes/1.8.1.2.txt[1.8.1.2],
···43branch of the `git.git` repository.
44Documentation for older releases are available here:
4546+* link:v1.8.1.5/git.html[documentation for release 1.8.1.5]
4748* release notes for
49+ link:RelNotes/1.8.1.5.txt[1.8.1.5],
50 link:RelNotes/1.8.1.4.txt[1.8.1.4],
51 link:RelNotes/1.8.1.3.txt[1.8.1.3],
52 link:RelNotes/1.8.1.2.txt[1.8.1.2],