Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Further preparation for 1.8.0.1
author
Junio C Hamano
<gitster@pobox.com>
Tue, 20 Nov 2012 18:16:14 +0000
(10:16 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 20 Nov 2012 18:16:14 +0000
(10:16 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.0.1.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
91d0cd9
)
diff --git
a/Documentation/RelNotes/1.8.0.1.txt
b/Documentation/RelNotes/1.8.0.1.txt
index 6c487c35e65bea17b637299a15f1bf8d8139d714..cda8b3e7a0fbedff5ab66d7ea1cfc01869696d36 100644
(file)
--- 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.