@@ -13,7 +13,7 @@ Fixes since v2.15
13
13
latter, which has been fixed.
14
14
15
15
* The experimental "color moved lines differently in diff output"
16
- feature was buggy around "ignore whitespace changes" edges, whihch
16
+ feature was buggy around "ignore whitespace changes" edges, which
17
17
has been corrected.
18
18
19
19
* Instead of using custom line comparison and hashing functions to
@@ -24,7 +24,7 @@ Fixes since v2.15
24
24
HEAD points at, which have been fixed.
25
25
26
26
* "git commit", after making a commit, did not check for errors when
27
- asking on what branch it made the commit, which has been correted .
27
+ asking on what branch it made the commit, which has been corrected .
28
28
29
29
* "git status --ignored -u" did not stop at a working tree of a
30
30
separate project that is embedded in an ignored directory and
@@ -35,7 +35,7 @@ Fixes since v2.15
35
35
--recurse-submodules" has been fixed.
36
36
37
37
* A recent regression in "git rebase -i" that broke execution of git
38
- commands from subdirectories via "exec" insn has been fixed.
38
+ commands from subdirectories via "exec" instruction has been fixed.
39
39
40
40
* "git check-ref-format --branch @{-1}" bit a "BUG()" when run
41
41
outside a repository for obvious reasons; clarify the documentation
@@ -76,5 +76,10 @@ Fixes since v2.15
76
76
* We used to add an empty alternate object database to the system
77
77
that does not help anything; it has been corrected.
78
78
79
+ * Error checking in "git imap-send" for empty response has been
80
+ improved.
81
+
82
+ * An ancient bug in "git apply --ignore-space-change" codepath has
83
+ been fixed.
79
84
80
85
Also contains various documentation updates and code clean-ups.
0 commit comments