diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-03-01 13:15:29 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-01 13:15:29 -0800 |
commit | e6363a4992637267ef212d7c709ede17d4122e0d (patch) | |
tree | 33c3fb15861653106bef13521438597d6c0f9e20 /Documentation/RelNotes/1.8.1.5.txt | |
parent | Make !pattern in .gitattributes non-fatal (diff) | |
download | tgif-e6363a4992637267ef212d7c709ede17d4122e0d.tar.xz |
Git 1.8.1.5
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.1.5.txt')
-rw-r--r-- | Documentation/RelNotes/1.8.1.5.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.1.5.txt b/Documentation/RelNotes/1.8.1.5.txt index 30d30a1cf9..efa68aef22 100644 --- a/Documentation/RelNotes/1.8.1.5.txt +++ b/Documentation/RelNotes/1.8.1.5.txt @@ -8,6 +8,12 @@ Fixes since v1.8.1.4 the command line where an option is expected, the option parser used just one byte of the unknown letter when reporting an error. + * In v1.8.1, the attribute parser was tightened too restrictive to + error out upon seeing an entry that begins with an ! (exclamation), + which may confuse users to expect a "negative match", which does + not exist. This has been demoted to a warning; such an entry is + still ignored. + * "git apply --summary" has been taught to make sure the similarity value shown in its output is sensible, even when the input had a bogus value. |