Merge branch 'jc/apply-ws-fix-tab-in-indent' into maint
[gitweb.git] / Documentation / RelNotes / 1.8.1.5.txt
index 92da6b27779814fe47ce72eaf9026f56695f7da1..efa68aef226c502f757a586406fa571ca346c01b 100644 (file)
@@ -1,9 +1,19 @@
 Git 1.8.1.5 Release Notes
 =========================
 
-Fixes since v1.8.1.5
+Fixes since v1.8.1.4
 --------------------
 
+ * Given a string with a multi-byte character that begins with '-' on
+   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.