Skip to content

Commit 0c24fdc

Browse files
committed
Sync with maint
* maint: A bit more fixes for 2.15.1 RelNotes: minor typo fixes in 2.15.1 draft
2 parents c2b6135 + 7bc7776 commit 0c24fdc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Documentation/RelNotes/2.15.1.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Fixes since v2.15
1313
latter, which has been fixed.
1414

1515
* 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
1717
has been corrected.
1818

1919
* Instead of using custom line comparison and hashing functions to
@@ -24,7 +24,7 @@ Fixes since v2.15
2424
HEAD points at, which have been fixed.
2525

2626
* "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.
2828

2929
* "git status --ignored -u" did not stop at a working tree of a
3030
separate project that is embedded in an ignored directory and
@@ -35,7 +35,7 @@ Fixes since v2.15
3535
--recurse-submodules" has been fixed.
3636

3737
* 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.
3939

4040
* "git check-ref-format --branch @{-1}" bit a "BUG()" when run
4141
outside a repository for obvious reasons; clarify the documentation
@@ -76,5 +76,10 @@ Fixes since v2.15
7676
* We used to add an empty alternate object database to the system
7777
that does not help anything; it has been corrected.
7878

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.
7984

8085
Also contains various documentation updates and code clean-ups.

0 commit comments

Comments
 (0)