Git 2.22.1 v2.22.1
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Aug 2019 22:20:04 +0000 (15:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 Aug 2019 22:07:51 +0000 (15:07 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.22.1.txt
GIT-VERSION-GEN

index 76dd8fb..432762f 100644 (file)
@@ -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.
index 67f86b3..ac51bac 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.22.0
+DEF_VER=v2.22.1
 
 LF='
 '