Merging a handful of topics before -rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Apr 30, 2017 at 22:16 UTC
d2bbb7c2bcf6e77ebfcabf4e12110fe6d5c91de6
1 file changed
+10
Documentation/RelNotes/2.13.0.txt
+10
@@ -195,6 +195,12 @@ UI, Workflows & Features
195
after it's created. This helps prevent a race between "git worktree
196
add; git worktree lock" and "git worktree prune".
197
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
+
204
205
Performance, Internal Implementation, Development Support etc.
206
@@ -325,6 +331,8 @@ Performance, Internal Implementation, Development Support etc.
331
* The internals of the refs API around the cached refs has been
332
streamlined.
333
334
+ * Output from perf tests have been updated to align their titles.
335
+
336
Also contains various documentation updates and code clean-ups.
337
338
@@ -596,3 +604,5 @@ notes for details).
604
(merge f17d642d3b ab/push-cas-doc-n-test later to maint).
605
(merge 61e282425a ss/gitmodules-ignore-doc later to maint).
606
(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).