summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-06 04:15:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-09-06 04:15:24 (GMT)
commit3ec7d702a89c647ddf42a59bc3539361367de9d5 (patch)
tree1b0d84bba176731b566db55d7a0cb3078fa3d994 /Documentation/RelNotes
parenta7d7f125e3c0e7e502e29e09df21d8471ee89edf (diff)
downloadgit-3ec7d702a89c647ddf42a59bc3539361367de9d5.zip
git-3ec7d702a89c647ddf42a59bc3539361367de9d5.tar.gz
git-3ec7d702a89c647ddf42a59bc3539361367de9d5.tar.bz2
The sixth batch post 2.14
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.15.0.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt
index cb63072..4b3fd22 100644
--- a/Documentation/RelNotes/2.15.0.txt
+++ b/Documentation/RelNotes/2.15.0.txt
@@ -18,6 +18,9 @@ Backward compatibility notes and other notable changes.
might still be cases that need to be addressed--bug reports are
greatly appreciated.
+ * "branch --set-upstream" that has been deprecated in Git 1.8 has
+ finally been retired.
+
Updates since v2.14
-------------------
@@ -71,6 +74,9 @@ UI, Workflows & Features
which can make it succeed if the lock holder was holding it during
a read-only operation.
+ * "branch --set-upstream" that has been deprecated in Git 1.8 has
+ finally been retired.
+
Performance, Internal Implementation, Development Support etc.
@@ -241,6 +247,10 @@ Fixes since v2.14
a squash merge in progress. This has been fixed.
(merge 9d89b35526 mg/killed-merge later to maint).
+ * "git archive" did not work well with pathspecs and the
+ export-ignore attribute.
+ (merge 5ff247ac0c rs/archive-excluded-directory later to maint).
+
* Other minor doc, test and build updates and code cleanups.
(merge dff2813391 ab/ref-filter-no-contains later to maint).
(merge f094b89a4d ma/parse-maybe-bool later to maint).