Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-10-19 08:49:17 +0300
committerJunio C Hamano <gitster@pobox.com>2017-10-19 08:49:17 +0300
commit4843cdefe3f30d19c1b2cf601522152c1413459a (patch)
tree92e44803392d6c50ecdb8ce045b263f156f686d4
parenta4ebf9e0c53d03677175a1b32c7a9156c668ee33 (diff)
Git 2.15-rc2v2.15.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.15.0.txt12
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt
index 74d9ee2e70..541815ee34 100644
--- a/Documentation/RelNotes/2.15.0.txt
+++ b/Documentation/RelNotes/2.15.0.txt
@@ -478,6 +478,16 @@ Fixes since v2.14
* An ancient bug that made Git misbehave with creation/renaming of
refs has been fixed.
+ * "git fetch <there> <src>:<dst>" allows an object name on the <src>
+ side when the other side accepts such a request since Git v2.5, but
+ the documentation was left stale.
+ (merge 83558a412a jc/fetch-refspec-doc-update later to maint).
+
+ * Update the documentation for "git filter-branch" so that the filter
+ options are listed in the same order as they are applied, as
+ described in an earlier part of the doc.
+ (merge 07c4984508 dg/filter-branch-filter-order-doc later to maint).
+
* Other minor doc, test and build updates and code cleanups.
(merge f094b89a4d ma/parse-maybe-bool later to maint).
(merge 6cdf8a7929 ma/ts-cleanups later to maint).
@@ -487,3 +497,5 @@ Fixes since v2.14
(merge f777623514 ks/branch-tweak-error-message-for-extra-args later to maint).
(merge 33f3c683ec ks/verify-filename-non-option-error-message-tweak later to maint).
(merge 7cbbf9d6a2 ls/filter-process-delayed later to maint).
+ (merge 488aa65c8f wk/merge-options-gpg-sign-doc later to maint).
+ (merge e61cb19a27 jc/branch-force-doc-readability-fix later to maint).
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 0e88e23653..9ef24f24d8 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.15.0-rc1
+DEF_VER=v2.15.0-rc2
LF='
'