Skip to content

Commit e6ac6e1

Browse files
committed
Fifth batch for post 2.8 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f5cc612 commit e6ac6e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/2.9.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ notes for details).
179179
which was wrong.
180180
(merge f292244 ky/branch-d-worktree later to maint).
181181

182+
* When "git worktree" feature is in use, "git branch -m" renamed a
183+
branch that is checked out in another worktree without adjusting
184+
the HEAD symbolic ref for the worktree.
185+
(merge 18eb3a9 ky/branch-m-worktree later to maint).
186+
182187
* "git diff -M" used to work better when two originally identical
183188
files A and B got renamed to X/A and X/B by pairing A to X/A and B
184189
to X/B, but this was broken in the 2.0 timeframe.
@@ -201,6 +206,13 @@ notes for details).
201206
corrected.
202207
(merge a08feb8 tb/blame-force-read-cache-to-workaround-safe-crlf later to maint).
203208

209+
* A change back in version 2.7 to "git branch" broke display of a
210+
symbolic ref in a non-standard place in the refs/ hierarchy (we
211+
expect symbolic refs to appear in refs/remotes/*/HEAD to point at
212+
the primary branch the remote has, and as .git/HEAD to point at the
213+
branch we locally checked out).
214+
(merge 95c38fb jk/branch-shortening-funny-symrefs later to maint).
215+
204216
* Other minor clean-ups and documentation updates
205217
(merge aed7480 mm/lockfile-error-message later to maint).
206218
(merge bfee614 jc/index-pack later to maint).

0 commit comments

Comments
 (0)