File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Fixes since v1.7.10
1414 not exclude them and tried to apply funny patches only to fail.
1515
1616 * "git blame" started missing quite a few changes from the origin
17- since we stopped using the diff minimalization by default in v1.7.2
17+ since we stopped using the diff minimization by default in v1.7.2
1818 era.
1919
2020 * When PATH contains an unreadable directory, alias expansion code
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Fixes since v1.7.5.3
55--------------------
66
77 * The single-key mode of "git add -p" was easily fooled into thinking
8- that it was told to add everthing ('a') when up-arrow was pressed by
8+ that it was told to add everything ('a') when up-arrow was pressed by
99 mistake.
1010
1111 * Setting a git command that uses custom configuration via "-c var=val"
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ Fixes since v1.7.8.1
1212 * The configuration file parser used for sizes (e.g. bigFileThreshold)
1313 did not correctly interpret 'g' suffix.
1414
15- * The replacement implemention for snprintf used on platforms with
15+ * The replacement implementation for snprintf used on platforms with
1616 native snprintf that is broken did not use va_copy correctly.
1717
1818 * LF-to-CRLF streaming filter replaced all LF with CRLF, which might
19- be techinically correct but not friendly to people who are trying
19+ be technically correct but not friendly to people who are trying
2020 to recover from earlier mistakes of using CRLF in the repository
2121 data in the first place. It now refrains from doing so for LF that
2222 follows a CR.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Updates since v1.7.7
99 * Updates to bash completion scripts.
1010
1111 * The build procedure has been taught to take advantage of computed
12- dependency automatically when the complier supports it.
12+ dependency automatically when the compiler supports it.
1313
1414 * The date parser now accepts timezone designators that lack minutes
1515 part and also has a colon between "hh:mm".
@@ -31,7 +31,7 @@ Updates since v1.7.7
3131 * Variants of "git cherry-pick" and "git revert" that take multiple
3232 commits learned to "--continue" and "--abort".
3333
34- * "git daemon" gives more human readble error messages to clients
34+ * "git daemon" gives more human readable error messages to clients
3535 using ERR packets when appropriate.
3636
3737 * Errors at the network layer is logged by "git daemon".
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Fixes since v1.8.2
4949 common prefix and suffix between the two filenames overlapped.
5050
5151 * "git submodule update", when recursed into sub-submodules, did not
52- acccumulate the prefix paths.
52+ accumulate the prefix paths.
5353
5454 * "git am $maildir/" applied messages in an unexpected order; sort
5555 filenames read from the maildir/ in a way that is more likely to
Original file line number Diff line number Diff line change @@ -58,4 +58,4 @@ Fixes since v1.8.2.1
5858 conflicts have been applied.
5959
6060 * "git bundle" did not like a bundle created using a commit without
61- any message as its one of the prerequistes .
61+ any message as its one of the prerequisites .
You can’t perform that action at this time.
0 commit comments