File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ notes for details).
179
179
which was wrong.
180
180
(merge f292244 ky/branch-d-worktree later to maint).
181
181
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
+
182
187
* "git diff -M" used to work better when two originally identical
183
188
files A and B got renamed to X/A and X/B by pairing A to X/A and B
184
189
to X/B, but this was broken in the 2.0 timeframe.
@@ -201,6 +206,13 @@ notes for details).
201
206
corrected.
202
207
(merge a08feb8 tb/blame-force-read-cache-to-workaround-safe-crlf later to maint).
203
208
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
+
204
216
* Other minor clean-ups and documentation updates
205
217
(merge aed7480 mm/lockfile-error-message later to maint).
206
218
(merge bfee614 jc/index-pack later to maint).
You can’t perform that action at this time.
0 commit comments