Merge branch 'jk/complete-checkout-sans-dwim-remote'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 May 2017 05:14:41 +0000 (14:14 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 May 2017 05:14:41 +0000 (14:14 +0900)
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.

* jk/complete-checkout-sans-dwim-remote:
completion: optionally disable checkout DWIM

1  2 
contrib/completion/git-completion.bash
Simple merge