1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-08 10:13:18 +01:00
git/contrib/completion
Ramkumar Ramachandra c39a2f1178 completion: fix remote.pushdefault
When attempting to complete

  $ git config remote.push<TAB>

'pushdefault' doesn't come up. This is because "$cur" is matched with
"remote.*" and a list of remotes are completed. Add 'pushdefault' as a
candidate 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:25 -08:00
..
git-completion.bash completion: fix remote.pushdefault 2014-01-06 09:17:25 -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