Git 2.15.2

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed May 22, 2018 at 14:15 UTC d33c87517a85f544159b2efa406136dde18a5b9f
2 files changed +4 -1
Documentation/RelNotes/2.15.2.txt
+3
@@ -43,5 +43,8 @@ Fixes since v2.15.1
43 * Clarify and enhance documentation for "merge-base --fork-point", as
44 it was clear what it computed but not why/what for.
45
46 + * This release also contains the fixes made in the v2.13.7 version of
47 + Git. See its release notes for details.
48 +
49
50 Also contains various documentation updates and code clean-ups.
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.15.1
4 +DEF_VER=v2.15.2
5
6 LF='
7 '