File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ Backward compatibility notes and other notable changes.
18
18
might still be cases that need to be addressed--bug reports are
19
19
greatly appreciated.
20
20
21
+ * "branch --set-upstream" that has been deprecated in Git 1.8 has
22
+ finally been retired.
23
+
21
24
22
25
Updates since v2.14
23
26
-------------------
@@ -71,6 +74,9 @@ UI, Workflows & Features
71
74
which can make it succeed if the lock holder was holding it during
72
75
a read-only operation.
73
76
77
+ * "branch --set-upstream" that has been deprecated in Git 1.8 has
78
+ finally been retired.
79
+
74
80
75
81
Performance, Internal Implementation, Development Support etc.
76
82
@@ -241,6 +247,10 @@ Fixes since v2.14
241
247
a squash merge in progress. This has been fixed.
242
248
(merge 9d89b35526 mg/killed-merge later to maint).
243
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
+
244
254
* Other minor doc, test and build updates and code cleanups.
245
255
(merge dff2813391 ab/ref-filter-no-contains later to maint).
246
256
(merge f094b89a4d ma/parse-maybe-bool later to maint).
You can’t perform that action at this time.
0 commit comments