From: Junio C Hamano Date: Thu, 4 May 2017 07:27:19 +0000 (+0900) Subject: Git 2.13-rc2 X-Git-Tag: v2.13.0-rc2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fa66c85f11bc5a541462ca5ae3246aa0ce02e74;p=thirdparty%2Fgit.git Git 2.13-rc2 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.13.0.txt b/Documentation/RelNotes/2.13.0.txt index b76a45de62..80dca93947 100644 --- a/Documentation/RelNotes/2.13.0.txt +++ b/Documentation/RelNotes/2.13.0.txt @@ -606,3 +606,6 @@ notes for details). (merge 8d3047cd5b ss/submodule-shallow-doc later to maint). (merge 1f9e18b772 jk/prio-queue-avoid-swap-with-self later to maint). (merge 627fde1025 jk/submodule-init-segv-fix later to maint). + (merge d395745d81 rg/doc-pull-typofix later to maint). + (merge 01e60a9a22 rg/doc-submittingpatches-wordfix later to maint). + (merge 501d3cd7b8 sr/hooks-cwd-doc later to maint). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 598353ea08..c9f6bc670f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.13.0-rc1 +DEF_VER=v2.13.0-rc2 LF=' '