aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-04-30 22:16:18 -0700
committerJunio C Hamano <gitster@pobox.com>2017-04-30 22:16:18 -0700
commitd2bbb7c2bcf6e77ebfcabf4e12110fe6d5c91de6 (patch)
tree09c755c9fadf7ea2b34c7a65fb743a39d26ec103
parent0998b648d6addfb7eaf17e1aa4e7fb1dbefac548 (diff)
downloadgit-d2bbb7c2bcf6e77ebfcabf4e12110fe6d5c91de6.tar.gz
git-d2bbb7c2bcf6e77ebfcabf4e12110fe6d5c91de6.tar.xz
Merging a handful of topics before -rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.13.0.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.13.0.txt b/Documentation/RelNotes/2.13.0.txt
index f1560f140..b76a45de6 100644
--- a/Documentation/RelNotes/2.13.0.txt
+++ b/Documentation/RelNotes/2.13.0.txt
@@ -195,6 +195,12 @@ UI, Workflows & Features
after it's created. This helps prevent a race between "git worktree
add; git worktree lock" and "git worktree prune".
+ * Completion for "git checkout <branch>" that auto-creates the branch
+ out of a remote tracking branch can now be disabled, as this
+ completion often gets in the way when completing to checkout an
+ existing local branch that happens to share the same prefix with
+ bunch of remote tracking branches.
+
Performance, Internal Implementation, Development Support etc.
@@ -325,6 +331,8 @@ Performance, Internal Implementation, Development Support etc.
* The internals of the refs API around the cached refs has been
streamlined.
+ * Output from perf tests have been updated to align their titles.
+
Also contains various documentation updates and code clean-ups.
@@ -596,3 +604,5 @@ notes for details).
(merge f17d642d3b ab/push-cas-doc-n-test later to maint).
(merge 61e282425a ss/gitmodules-ignore-doc later to maint).
(merge 8d3047cd5b ss/submodule-shallow-doc later to maint).
+ (merge 1f9e18b772 jk/prio-queue-avoid-swap-with-self later to maint).
+ (merge 627fde1025 jk/submodule-init-segv-fix later to maint).