From: Junio C Hamano Date: Tue, 17 Mar 2020 20:42:38 +0000 (-0700) Subject: Git 2.20.3 X-Git-Tag: v2.20.3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1259ce117d0714f1441956805612fb36d7ce7f8;p=thirdparty%2Fgit.git Git 2.20.3 Signed-off-by: Junio C Hamano --- d1259ce117d0714f1441956805612fb36d7ce7f8 diff --cc Documentation/RelNotes/2.20.3.txt index 0000000000,0000000000..f6eccd103b new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/2.20.3.txt @@@ -1,0 -1,0 +1,5 @@@ ++Git v2.20.3 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 492f3480f0,6f302a1d09..1482b4d75f --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v2.20.2 -DEF_VER=v2.19.4 ++DEF_VER=v2.20.3 LF=' ' diff --cc RelNotes index b6fe6c7f6a,d13adb9157..d02c89a980 --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes/2.20.2.txt -Documentation/RelNotes/2.19.4.txt ++Documentation/RelNotes/2.20.3.txt