File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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).
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.15.0-rc1
4+ DEF_VER=v2.15.0-rc2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments