mirror of
https://github.com/git/git.git
synced 2024-12-01 05:54:16 +08:00
Git 2.15.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
9e0f06d55d
commit
d33c87517a
@ -43,5 +43,8 @@ Fixes since v2.15.1
|
|||||||
* Clarify and enhance documentation for "merge-base --fork-point", as
|
* Clarify and enhance documentation for "merge-base --fork-point", as
|
||||||
it was clear what it computed but not why/what for.
|
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.
|
Also contains various documentation updates and code clean-ups.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.15.1
|
DEF_VER=v2.15.2
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user