From d33c87517a85f544159b2efa406136dde18a5b9f Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 22 May 2018 14:15:59 +0900 Subject: [PATCH] Git 2.15.2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.15.2.txt | 3 +++ GIT-VERSION-GEN | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.15.2.txt b/Documentation/RelNotes/2.15.2.txt index 9f7e28f8a2..b480e56b68 100644 --- a/Documentation/RelNotes/2.15.2.txt +++ b/Documentation/RelNotes/2.15.2.txt @@ -43,5 +43,8 @@ Fixes since v2.15.1 * Clarify and enhance documentation for "merge-base --fork-point", as it was clear what it computed but not why/what for. + * This release also contains the fixes made in the v2.13.7 version of + Git. See its release notes for details. + Also contains various documentation updates and code clean-ups. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 879178c550..824649f698 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.15.1 +DEF_VER=v2.15.2 LF=' ' -- 2.11.4.GIT