Update draft release notes to 1.8.1.5
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2013 18:09:59 +0000 (10:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2013 18:09:59 +0000 (10:09 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.1.5.txt
index 92da6b27779814fe47ce72eaf9026f56695f7da1..30d30a1cf926e8c1b9b2c9de9d5365cc8b19671c 100644 (file)
@@ -1,9 +1,13 @@
 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.
+
  * "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.