Skip to content

Commit d2bbb7c

Browse files
committed
Merging a handful of topics before -rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0998b64 commit d2bbb7c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.13.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ UI, Workflows & Features
195195
after it's created. This helps prevent a race between "git worktree
196196
add; git worktree lock" and "git worktree prune".
197197

198+
* Completion for "git checkout <branch>" that auto-creates the branch
199+
out of a remote tracking branch can now be disabled, as this
200+
completion often gets in the way when completing to checkout an
201+
existing local branch that happens to share the same prefix with
202+
bunch of remote tracking branches.
203+
198204

199205
Performance, Internal Implementation, Development Support etc.
200206

@@ -325,6 +331,8 @@ Performance, Internal Implementation, Development Support etc.
325331
* The internals of the refs API around the cached refs has been
326332
streamlined.
327333

334+
* Output from perf tests have been updated to align their titles.
335+
328336
Also contains various documentation updates and code clean-ups.
329337

330338

@@ -596,3 +604,5 @@ notes for details).
596604
(merge f17d642d3b ab/push-cas-doc-n-test later to maint).
597605
(merge 61e282425a ss/gitmodules-ignore-doc later to maint).
598606
(merge 8d3047cd5b ss/submodule-shallow-doc later to maint).
607+
(merge 1f9e18b772 jk/prio-queue-avoid-swap-with-self later to maint).
608+
(merge 627fde1025 jk/submodule-init-segv-fix later to maint).

0 commit comments

Comments
 (0)