Merge branch 'vn/restore-empty-ita-corner-case-fix'
[gitweb.git] / Documentation / RelNotes / 2.22.1.txt
index 78b2c5ea8ad51cdff9bcd68e53a12269ba723d29..432762f270fa9844d0a20e3708f5f5dc8a3b931e 100644 (file)
@@ -94,7 +94,7 @@ Fixes since v2.22
 
  * The configuration variable rebase.rescheduleFailedExec should be
    effective only while running an interactive rebase and should not
-   affect anything when running an non-interactive one, which was not
+   affect anything when running a non-interactive one, which was not
    the case.  This has been corrected.
 
  * "git submodule foreach" did not protect command line options passed
@@ -143,5 +143,8 @@ Fixes since v2.22
    coding guidelines document did not talk about them and instead had
    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
+   corrected.
 
 Also contains various documentation updates, code clean-ups and minor fixups.