Browse Source

Git 2.22.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v2.22.1
Junio C Hamano 6 years ago
parent
commit
75b2f01a0f
  1. 3
      Documentation/RelNotes/2.22.1.txt
  2. 2
      GIT-VERSION-GEN

3
Documentation/RelNotes/2.22.1.txt

@ -143,5 +143,8 @@ Fixes since v2.22 @@ -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
GIT-VERSION-GEN

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/sh

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

LF='
'

Loading…
Cancel
Save