1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-09 20:46:09 +02:00

Fix typos in Release Notes

Signed-off-by: Eisuke Kawashima <e.kawaschima+git@gmail.com>
This commit is contained in:
Eisuke Kawashima 2021-05-02 14:26:17 +09:00
parent 4d53e91c6b
commit 8d092846c3
3 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ Fixes since v2.22
a blanket ban against them.
* The internal diff machinery can be made to read out of bounds while
looking for --funcion-context line in a corner case, which has been
looking for --function-context line in a corner case, which has been
corrected.
Also contains various documentation updates, code clean-ups and minor fixups.

View File

@ -18,7 +18,7 @@ Fixes since v2.25.1
.gitmodules is only cache-dirty, which has been corrected.
* "git rebase -i" identifies existing commits in its todo file with
their abbreviated object name, which could become ambigous as it
their abbreviated object name, which could become ambiguous as it
goes to create new commits, and has a mechanism to avoid ambiguity
in the main part of its execution. A few other cases however were
not covered by the protection against ambiguity, which has been

View File

@ -8,7 +8,7 @@ Backward compatibility notes
symbolic links are ignored.
* "git apply --3way" used to first attempt a straight application,
and only fell back to the 3-way merge algorithm when the stright
and only fell back to the 3-way merge algorithm when the straight
application failed. Starting with this version, the command will
first try the 3-way merge algorithm and only when it fails (either
resulting with conflict or the base versions of blobs are missing),