Skip to content

Commit a75f9f0

Browse files
committed
Update draft release notes to 1.8.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 91fc159 commit a75f9f0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Documentation/RelNotes/1.8.4.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ details).
162162
v1.7.11 and will need to be merged down to the maintanance tracks.
163163
(merge 212eb96 tr/maint-apply-non-git-patch-parsefix later to maint).
164164

165+
* Older cURL wanted piece of memory we call it with to be stable, but
166+
we updated the auth material after handing it to a call.
167+
(merge a94cf2c bc/http-keep-memory-given-to-curl later to maint).
168+
169+
* "git pull" into nothing trashed "local changes" that were in the
170+
index, and this avoids it.
171+
(merge b4dc085 jk/pull-into-dirty-unborn later to maint).
172+
165173
* Many "git submodule" operations do not work on a submodule at a
166174
path whose name is not in ASCII.
167175
(merge bed9470 fg/submodule-non-ascii-path later to maint).
@@ -173,7 +181,8 @@ details).
173181
"A U. Thor" <[email protected]>, where the human readable part
174182
needs to be quoted (the user input may not have the double quotes
175183
around the name, and comparison was done between quoted and
176-
unquoted strings).
184+
unquoted strings). It also mishandled names that need RFC2047
185+
quoting.
177186
(merge 1495266 mt/send-email-cc-match-fix later to maint).
178187

179188
* Call to discard_cache/discard_index (used when we use different

0 commit comments

Comments
 (0)