From: Junio C Hamano Date: Tue, 17 Mar 2020 21:33:34 +0000 (-0700) Subject: Git 2.23.2 X-Git-Tag: v2.23.2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17a02783d8f7cac1780d8035f3e2e0d25bba077b;p=thirdparty%2Fgit.git Git 2.23.2 Signed-off-by: Junio C Hamano --- 17a02783d8f7cac1780d8035f3e2e0d25bba077b diff --cc Documentation/RelNotes/2.23.2.txt index 0000000000,0000000000..b697cbe0e3 new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/2.23.2.txt @@@ -1,0 -1,0 +1,5 @@@ ++Git v2.23.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 2e7264ee5b,e3c9d78890..70721f0c11 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v2.23.1 -DEF_VER=v2.22.3 ++DEF_VER=v2.23.2 LF=' ' diff --cc RelNotes index f63d8a47a6,6c1853bf38..895970ffd8 --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes/2.23.1.txt -Documentation/RelNotes/2.22.3.txt ++Documentation/RelNotes/2.23.2.txt