The sixth batch post 2.14
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Sep 6, 2017 at 13:15 UTC
3ec7d702a89c647ddf42a59bc3539361367de9d5
1 file changed
+10
Documentation/RelNotes/2.15.0.txt
+10
@@ -18,6 +18,9 @@ Backward compatibility notes and other notable changes.
18
might still be cases that need to be addressed--bug reports are
19
greatly appreciated.
20
21
+ * "branch --set-upstream" that has been deprecated in Git 1.8 has
22
+ finally been retired.
23
+
24
25
Updates since v2.14
26
-------------------
@@ -71,6 +74,9 @@ UI, Workflows & Features
74
which can make it succeed if the lock holder was holding it during
75
a read-only operation.
76
77
+ * "branch --set-upstream" that has been deprecated in Git 1.8 has
78
+ finally been retired.
79
+
80
81
Performance, Internal Implementation, Development Support etc.
82
@@ -241,6 +247,10 @@ Fixes since v2.14
247
a squash merge in progress. This has been fixed.
248
(merge 9d89b35526 mg/killed-merge later to maint).
249
250
+ * "git archive" did not work well with pathspecs and the
251
+ export-ignore attribute.
252
+ (merge 5ff247ac0c rs/archive-excluded-directory later to maint).
253
+
254
* Other minor doc, test and build updates and code cleanups.
255
(merge dff2813391 ab/ref-filter-no-contains later to maint).
256
(merge f094b89a4d ma/parse-maybe-bool later to maint).