Skip to content

Commit 75b2f01

Browse files
committed
Git 2.22.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d246de commit 75b2f01

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Documentation/RelNotes/2.22.1.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,8 @@ Fixes since v2.22
143143
coding guidelines document did not talk about them and instead had
144144
a blanket ban against them.
145145

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.
146149

147150
Also contains various documentation updates, code clean-ups and minor fixups.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.22.0
4+
DEF_VER=v2.22.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)