From: Junio C Hamano Date: Tue, 17 Mar 2020 21:36:45 +0000 (-0700) Subject: Git 2.24.2 X-Git-Tag: v2.24.2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=506223f9c5c8956f895f0342e4a6d4244b5fa570;p=thirdparty%2Fgit.git Git 2.24.2 Signed-off-by: Junio C Hamano --- 506223f9c5c8956f895f0342e4a6d4244b5fa570 diff --cc Documentation/RelNotes/2.24.2.txt index 0000000000,0000000000..0049f65503 new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/2.24.2.txt @@@ -1,0 -1,0 +1,5 @@@ ++Git v2.24.2 Release Notes ++========================= ++ ++This release merges the security fix that appears in v2.17.4; see ++the release notes for that version for details. diff --cc GIT-VERSION-GEN index 0cd2c2846e,70721f0c11..8480762ca5 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v2.24.1 -DEF_VER=v2.23.2 ++DEF_VER=v2.24.2 LF=' ' diff --cc RelNotes index d976682778,895970ffd8..bb01306eef --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes/2.24.1.txt -Documentation/RelNotes/2.23.2.txt ++Documentation/RelNotes/2.24.2.txt