Skip to content

Commit

Permalink
Git 2.22.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Aug 11, 2019
1 parent 3d246de commit 75b2f01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Documentation/RelNotes/2.22.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.22.0
DEF_VER=v2.22.1

LF='
'
Expand Down

0 comments on commit 75b2f01

Please sign in to comment.