diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-05-22 14:15:59 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-22 14:15:59 +0900 |
commit | d33c87517a85f544159b2efa406136dde18a5b9f (patch) | |
tree | f28f7998faefd4b51d25d717428d5a0e75dcbea2 /Documentation | |
parent | Sync with Git 2.14.4 (diff) | |
download | tgif-d33c87517a85f544159b2efa406136dde18a5b9f.tar.xz |
Git 2.15.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.15.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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. |