Skip to content

Commit 3ec7d70

Browse files
committed
The sixth batch post 2.14
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a7d7f12 commit 3ec7d70

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.15.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Backward compatibility notes and other notable changes.
1818
might still be cases that need to be addressed--bug reports are
1919
greatly appreciated.
2020

21+
* "branch --set-upstream" that has been deprecated in Git 1.8 has
22+
finally been retired.
23+
2124

2225
Updates since v2.14
2326
-------------------
@@ -71,6 +74,9 @@ UI, Workflows & Features
7174
which can make it succeed if the lock holder was holding it during
7275
a read-only operation.
7376

77+
* "branch --set-upstream" that has been deprecated in Git 1.8 has
78+
finally been retired.
79+
7480

7581
Performance, Internal Implementation, Development Support etc.
7682

@@ -241,6 +247,10 @@ Fixes since v2.14
241247
a squash merge in progress. This has been fixed.
242248
(merge 9d89b35526 mg/killed-merge later to maint).
243249

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+
244254
* Other minor doc, test and build updates and code cleanups.
245255
(merge dff2813391 ab/ref-filter-no-contains later to maint).
246256
(merge f094b89a4d ma/parse-maybe-bool later to maint).

0 commit comments

Comments
 (0)