git/contrib/completion
Ramkumar Ramachandra 422553df49 completion: fix branch.autosetup(merge|rebase)
When attempting to complete

  $ git config branch.auto<TAB>

'autosetupmerge' and 'autosetuprebase' don't come up. This is because
"$cur" is matched with "branch.*" and a list of branches are
completed. Add 'autosetupmerge', 'autosetuprebase' as candidates for
completion too, using __gitcomp_nl_append ().

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-01-06 09:17:05 -08:00
..
git-completion.bash completion: fix branch.autosetup(merge|rebase) 2014-01-06 09:17:05 -08:00
git-completion.tcsh remove #!interpreter line from shell libraries 2013-11-26 14:23:56 -08:00
git-completion.zsh completion: introduce __gitcomp_nl_append () 2014-01-06 09:14:48 -08:00
git-prompt.sh Merge branch 'sg/prompt-svn-remote-fix' 2013-10-28 10:43:38 -07:00