Skip to content

Commit

Permalink
Typofix 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 Aug 21, 2013
1 parent 4d06473 commit 0d8beaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/RelNotes/1.8.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Performance, Internal Implementation, etc.
been susceptible to lossage of refs under right conditions, which
has been tightened up.

* We read loose and packed rerferences in two steps, but after
* We read loose and packed references in two steps, but after
deciding to read a loose ref but before actually opening it to read
it, another process racing with us can unlink it, which would cause
us to barf. The codepath has been updated to retry when such a
Expand Down Expand Up @@ -379,7 +379,7 @@ details).

* "git apply" parsed patches that add new files, generated by
programs other than Git, incorrectly. This is an old breakage in
v1.7.11 and will need to be merged down to the maintanance tracks.
v1.7.11 and will need to be merged down to the maintenance tracks.

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

0 comments on commit 0d8beaa

Please sign in to comment.