From: Junio C Hamano Date: Thu, 30 May 2019 17:56:29 +0000 (-0700) Subject: Git 2.22-rc2 X-Git-Tag: v2.22.0-rc2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/refs/tags/v2.22.0-rc2 Git 2.22-rc2 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.22.0.txt b/Documentation/RelNotes/2.22.0.txt index cdfdabe7d9..84e1ba6106 100644 --- a/Documentation/RelNotes/2.22.0.txt +++ b/Documentation/RelNotes/2.22.0.txt @@ -586,3 +586,5 @@ Fixes since v2.21 (merge 397a46db78 js/t5580-unc-alternate-test later to maint). (merge d4907720a2 cm/notes-comment-fix later to maint). (merge 9dde06de13 cb/http-push-null-in-message-fix later to maint). + (merge 4c785c0edc js/rebase-config-bitfix later to maint). + (merge 8e9fe16c87 es/doc-gitsubmodules-markup later to maint). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 777a79e2b9..7a228b2a9c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.22.0-rc1 +DEF_VER=v2.22.0-rc2 LF=' '