git-commit-vandalism/contrib/completion
Ramkumar Ramachandra f33c2c0f9e completion: introduce __gitcomp_nl_append ()
There are situations where multiple classes of completions possible. For
example

  branch.<TAB>

should try to complete

  branch.master.
  branch.autosetupmerge
  branch.autosetuprebase

The first candidate has the suffix ".", and the second/ third candidates
have the suffix " ". To facilitate completions of this kind, create a
variation of __gitcomp_nl () that appends to the existing list of
completion candidates, COMPREPLY.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-01-06 09:14:48 -08:00
..
git-completion.bash completion: introduce __gitcomp_nl_append () 2014-01-06 09:14:48 -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