We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d246de commit 75b2f01Copy full SHA for 75b2f01
Documentation/RelNotes/2.22.1.txt
@@ -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,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.22.0
+DEF_VER=v2.22.1
5
6
LF='
7
'
0 commit comments