Git 2.15-rc2

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

Junio C Hamano committed Oct 19, 2017 at 14:49 UTC 4843cdefe3f30d19c1b2cf601522152c1413459a
2 files changed +13 -1
Documentation/RelNotes/2.15.0.txt
+12
@@ -478,6 +478,16 @@ Fixes since v2.14
478 * An ancient bug that made Git misbehave with creation/renaming of
479 refs has been fixed.
480
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 +
491 * Other minor doc, test and build updates and code cleanups.
492 (merge f094b89a4d ma/parse-maybe-bool later to maint).
493 (merge 6cdf8a7929 ma/ts-cleanups later to maint).
@@ -487,3 +497,5 @@ Fixes since v2.14
497 (merge f777623514 ks/branch-tweak-error-message-for-extra-args later to maint).
498 (merge 33f3c683ec ks/verify-filename-non-option-error-message-tweak later to maint).
499 (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
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.15.0-rc1
4 +DEF_VER=v2.15.0-rc2
5
6 LF='
7 '