Skip to content

Commit 4843cde

Browse files
committed
Git 2.15-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a4ebf9e commit 4843cde

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Documentation/RelNotes/2.15.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,16 @@ Fixes since v2.14
478478
* An ancient bug that made Git misbehave with creation/renaming of
479479
refs has been fixed.
480480

481+
* "git fetch <there> <src>:<dst>" allows an object name on the <src>
482+
side when the other side accepts such a request since Git v2.5, but
483+
the documentation was left stale.
484+
(merge 83558a412a jc/fetch-refspec-doc-update later to maint).
485+
486+
* Update the documentation for "git filter-branch" so that the filter
487+
options are listed in the same order as they are applied, as
488+
described in an earlier part of the doc.
489+
(merge 07c4984508 dg/filter-branch-filter-order-doc later to maint).
490+
481491
* Other minor doc, test and build updates and code cleanups.
482492
(merge f094b89a4d ma/parse-maybe-bool later to maint).
483493
(merge 6cdf8a7929 ma/ts-cleanups later to maint).
@@ -487,3 +497,5 @@ Fixes since v2.14
487497
(merge f777623514 ks/branch-tweak-error-message-for-extra-args later to maint).
488498
(merge 33f3c683ec ks/verify-filename-non-option-error-message-tweak later to maint).
489499
(merge 7cbbf9d6a2 ls/filter-process-delayed later to maint).
500+
(merge 488aa65c8f wk/merge-options-gpg-sign-doc later to maint).
501+
(merge e61cb19a27 jc/branch-force-doc-readability-fix later to maint).

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.0-rc1
4+
DEF_VER=v2.15.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)