Skip to content

Commit d33c875

Browse files
committed
Git 2.15.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9e0f06d commit d33c875

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Documentation/RelNotes/2.15.2.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ Fixes since v2.15.1
4343
* Clarify and enhance documentation for "merge-base --fork-point", as
4444
it was clear what it computed but not why/what for.
4545

46+
* This release also contains the fixes made in the v2.13.7 version of
47+
Git. See its release notes for details.
48+
4649

4750
Also contains various documentation updates and code clean-ups.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.15.1
4+
DEF_VER=v2.15.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)