From: Junio C Hamano Date: Tue, 17 Mar 2020 21:24:55 +0000 (-0700) Subject: Git 2.22.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=69fab82147e74a51ee1144a336eb47c7297b9b78;p=git.git Git 2.22.3 Signed-off-by: Junio C Hamano --- 69fab82147e74a51ee1144a336eb47c7297b9b78 diff --cc Documentation/RelNotes/2.22.3.txt index 0000000000,0000000000..57296f6d17 new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/2.22.3.txt @@@ -1,0 -1,0 +1,5 @@@ ++Git v2.22.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 a35956a72f,9fa5ebbcea..e3c9d78890 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v2.22.2 -DEF_VER=v2.21.2 ++DEF_VER=v2.22.3 LF=' ' diff --cc RelNotes index 6c075ba53f,ce5750f047..6c1853bf38 --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes/2.22.2.txt -Documentation/RelNotes/2.21.2.txt ++Documentation/RelNotes/2.22.3.txt