Skip to content

Commit

Permalink
typofix: release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Ondřej Bílka <neleai@seznam.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ondřej Bílka authored and Junio C Hamano committed Jul 22, 2013
1 parent 0bde8c0 commit 1114fc0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.7.10.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Fixes since v1.7.10
not exclude them and tried to apply funny patches only to fail.

* "git blame" started missing quite a few changes from the origin
since we stopped using the diff minimalization by default in v1.7.2
since we stopped using the diff minimization by default in v1.7.2
era.

* When PATH contains an unreadable directory, alias expansion code
Expand Down
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.7.5.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Fixes since v1.7.5.3
--------------------

* The single-key mode of "git add -p" was easily fooled into thinking
that it was told to add everthing ('a') when up-arrow was pressed by
that it was told to add everything ('a') when up-arrow was pressed by
mistake.

* Setting a git command that uses custom configuration via "-c var=val"
Expand Down
4 changes: 2 additions & 2 deletions Documentation/RelNotes/1.7.8.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Fixes since v1.7.8.1
* The configuration file parser used for sizes (e.g. bigFileThreshold)
did not correctly interpret 'g' suffix.

* The replacement implemention for snprintf used on platforms with
* The replacement implementation for snprintf used on platforms with
native snprintf that is broken did not use va_copy correctly.

* LF-to-CRLF streaming filter replaced all LF with CRLF, which might
be techinically correct but not friendly to people who are trying
be technically correct but not friendly to people who are trying
to recover from earlier mistakes of using CRLF in the repository
data in the first place. It now refrains from doing so for LF that
follows a CR.
Expand Down
4 changes: 2 additions & 2 deletions Documentation/RelNotes/1.7.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Updates since v1.7.7
* Updates to bash completion scripts.

* The build procedure has been taught to take advantage of computed
dependency automatically when the complier supports it.
dependency automatically when the compiler supports it.

* The date parser now accepts timezone designators that lack minutes
part and also has a colon between "hh:mm".
Expand All @@ -31,7 +31,7 @@ Updates since v1.7.7
* Variants of "git cherry-pick" and "git revert" that take multiple
commits learned to "--continue" and "--abort".

* "git daemon" gives more human readble error messages to clients
* "git daemon" gives more human readable error messages to clients
using ERR packets when appropriate.

* Errors at the network layer is logged by "git daemon".
Expand Down
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.8.2.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Fixes since v1.8.2
common prefix and suffix between the two filenames overlapped.

* "git submodule update", when recursed into sub-submodules, did not
acccumulate the prefix paths.
accumulate the prefix paths.

* "git am $maildir/" applied messages in an unexpected order; sort
filenames read from the maildir/ in a way that is more likely to
Expand Down
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.8.2.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ Fixes since v1.8.2.1
conflicts have been applied.

* "git bundle" did not like a bundle created using a commit without
any message as its one of the prerequistes.
any message as its one of the prerequisites.

0 comments on commit 1114fc0

Please sign in to comment.