Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-11-20 22:16:14 +0400
committerJunio C Hamano <gitster@pobox.com>2012-11-20 22:16:14 +0400
commit1c03999bef32edabd3db6479279b3ef90cc635ca (patch)
treef08bc53943f825fab41fcafbb8b40bdb983815b2 /Documentation/RelNotes/1.8.0.1.txt
parent91d0cd9a6e7ec15af5b1b3796a040400d992b46b (diff)
Further preparation for 1.8.0.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.0.1.txt')
-rw-r--r--Documentation/RelNotes/1.8.0.1.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.0.1.txt b/Documentation/RelNotes/1.8.0.1.txt
index 6c487c35e6..cda8b3e7a0 100644
--- a/Documentation/RelNotes/1.8.0.1.txt
+++ b/Documentation/RelNotes/1.8.0.1.txt
@@ -43,4 +43,10 @@ Fixes since v1.8.0
transport ended up sleeping for minutes in select(2) system call.
A workaround has been added for this.
-Also contains minor fixes and documentation updates.
+ * Various rfc2047 quoting issues around a non-ASCII name on the
+ From: line in the output from format-patch have been corrected.
+
+ * "git diff -G<pattern>" did not honor textconv filter when looking
+ for changes.
+
+Also contains other minor fixes and documentation updates.