From: Jonathan Nieder Date: Sun, 19 Apr 2020 23:30:08 +0000 (-0700) Subject: Git 2.21.3 X-Git-Tag: v2.21.3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9206d27eb5e76bbb3a4e59e3c53f92eaa0caa97b;p=thirdparty%2Fgit.git Git 2.21.3 This merges up the security fix from v2.17.5. Signed-off-by: Jonathan Nieder --- 9206d27eb5e76bbb3a4e59e3c53f92eaa0caa97b diff --cc Documentation/RelNotes/2.21.3.txt index 0000000000,0000000000..2ca0aa5c62 new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/2.21.3.txt @@@ -1,0 -1,0 +1,5 @@@ ++Git v2.21.3 Release Notes ++========================= ++ ++This release merges the security fix that appears in v2.17.5; see ++the release notes for that version for details. diff --cc GIT-VERSION-GEN index 9fa5ebbcea,de22ee7afa..372758ca62 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v2.21.2 -DEF_VER=v2.20.4 ++DEF_VER=v2.21.3 LF=' ' diff --cc RelNotes index ce5750f047,0c3010e688..19f6240eec --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes/2.21.2.txt -Documentation/RelNotes/2.20.4.txt ++Documentation/RelNotes/2.21.3.txt