Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes to 1.8.4
author
Junio C Hamano
<gitster@pobox.com>
Thu, 27 Jun 2013 21:32:59 +0000
(14:32 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 27 Jun 2013 21:32:59 +0000
(14:32 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.4.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
91fc159
)
diff --git
a/Documentation/RelNotes/1.8.4.txt
b/Documentation/RelNotes/1.8.4.txt
index 10699fa2265143eab0e670613951a9a0ab15bacf..1854d1723de1e042819e8b248590d9bdcf95c2be 100644
(file)
--- a/
Documentation/RelNotes/1.8.4.txt
+++ b/
Documentation/RelNotes/1.8.4.txt
@@
-162,6
+162,14
@@
details).
v1.7.11 and will need to be merged down to the maintanance tracks.
(merge 212eb96 tr/maint-apply-non-git-patch-parsefix later to maint).
v1.7.11 and will need to be merged down to the maintanance tracks.
(merge 212eb96 tr/maint-apply-non-git-patch-parsefix later to maint).
+ * Older cURL wanted piece of memory we call it with to be stable, but
+ we updated the auth material after handing it to a call.
+ (merge a94cf2c bc/http-keep-memory-given-to-curl later to maint).
+
+ * "git pull" into nothing trashed "local changes" that were in the
+ index, and this avoids it.
+ (merge b4dc085 jk/pull-into-dirty-unborn later to maint).
+
* Many "git submodule" operations do not work on a submodule at a
path whose name is not in ASCII.
(merge bed9470 fg/submodule-non-ascii-path later to maint).
* Many "git submodule" operations do not work on a submodule at a
path whose name is not in ASCII.
(merge bed9470 fg/submodule-non-ascii-path later to maint).
@@
-173,7
+181,8
@@
details).
"A U. Thor" <author@example.xz>, where the human readable part
needs to be quoted (the user input may not have the double quotes
around the name, and comparison was done between quoted and
"A U. Thor" <author@example.xz>, where the human readable part
needs to be quoted (the user input may not have the double quotes
around the name, and comparison was done between quoted and
- unquoted strings).
+ unquoted strings). It also mishandled names that need RFC2047
+ quoting.
(merge 1495266 mt/send-email-cc-match-fix later to maint).
* Call to discard_cache/discard_index (used when we use different
(merge 1495266 mt/send-email-cc-match-fix later to maint).
* Call to discard_cache/discard_index (used when we use different