summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-27 18:09:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-27 18:09:59 (GMT)
commit8d44277d91989ad2b37d4908096bd5256d6390c4 (patch)
tree0785295c3b966b5dce543bbf9a12f98cc62b0f90 /Documentation/RelNotes
parent6f0c33666300ccf95eb4b4e723e07a3c588d12db (diff)
downloadgit-8d44277d91989ad2b37d4908096bd5256d6390c4.zip
git-8d44277d91989ad2b37d4908096bd5256d6390c4.tar.gz
git-8d44277d91989ad2b37d4908096bd5256d6390c4.tar.bz2
Update draft release notes to 1.8.1.5
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/1.8.1.5.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.1.5.txt b/Documentation/RelNotes/1.8.1.5.txt
index 92da6b2..30d30a1 100644
--- a/Documentation/RelNotes/1.8.1.5.txt
+++ b/Documentation/RelNotes/1.8.1.5.txt
@@ -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.