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
14
14
not exclude them and tried to apply funny patches only to fail.
15
15
16
16
* "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
18
18
era.
19
19
20
20
* 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
5
5
--------------------
6
6
7
7
* 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
9
9
mistake.
10
10
11
11
* 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
12
12
* The configuration file parser used for sizes (e.g. bigFileThreshold)
13
13
did not correctly interpret 'g' suffix.
14
14
15
- * The replacement implemention for snprintf used on platforms with
15
+ * The replacement implementation for snprintf used on platforms with
16
16
native snprintf that is broken did not use va_copy correctly.
17
17
18
18
* 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
20
20
to recover from earlier mistakes of using CRLF in the repository
21
21
data in the first place. It now refrains from doing so for LF that
22
22
follows a CR.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Updates since v1.7.7
9
9
* Updates to bash completion scripts.
10
10
11
11
* 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.
13
13
14
14
* The date parser now accepts timezone designators that lack minutes
15
15
part and also has a colon between "hh:mm".
@@ -31,7 +31,7 @@ Updates since v1.7.7
31
31
* Variants of "git cherry-pick" and "git revert" that take multiple
32
32
commits learned to "--continue" and "--abort".
33
33
34
- * "git daemon" gives more human readble error messages to clients
34
+ * "git daemon" gives more human readable error messages to clients
35
35
using ERR packets when appropriate.
36
36
37
37
* 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
49
49
common prefix and suffix between the two filenames overlapped.
50
50
51
51
* "git submodule update", when recursed into sub-submodules, did not
52
- acccumulate the prefix paths.
52
+ accumulate the prefix paths.
53
53
54
54
* "git am $maildir/" applied messages in an unexpected order; sort
55
55
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
58
58
conflicts have been applied.
59
59
60
60
* "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