diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-11-20 10:16:34 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-11-20 10:16:34 -0800 |
commit | 80dfab86cd36a25cc5ea8124a1b3946e94d200b5 (patch) | |
tree | e9e84c82bd370162b95cf318332103e41a9528f5 | |
parent | Sync with maint (diff) | |
parent | Further preparation for 1.8.0.1 (diff) | |
download | tgif-80dfab86cd36a25cc5ea8124a1b3946e94d200b5.tar.xz |
Sync with maint
* maint:
Further preparation for 1.8.0.1
-rw-r--r-- | Documentation/RelNotes/1.8.0.1.txt | 8 |
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. |