Skip to content

Commit

Permalink
Update draft release notes to 1.8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jun 27, 2013
1 parent 91fc159 commit a75f9f0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Documentation/RelNotes/1.8.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).

* 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).
Expand All @@ -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
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
Expand Down

0 comments on commit a75f9f0

Please sign in to comment.