Git 2.22.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Aug 9, 2019 at 15:20 UTC 75b2f01a0f642b39b0f29b6218515df9b5eb798e
2 files changed +4 -1
Documentation/RelNotes/2.22.1.txt
+3
@@ -143,5 +143,8 @@ Fixes since v2.22
143 coding guidelines document did not talk about them and instead had
144 a blanket ban against them.
145
146 + * The internal diff machinery can be made to read out of bounds while
147 + looking for --funcion-context line in a corner case, which has been
148 + corrected.
149
150 Also contains various documentation updates, code clean-ups and minor fixups.
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.22.0
4 +DEF_VER=v2.22.1
5
6 LF='
7 '