summaryrefslogtreecommitdiff
path: root/git-stash.sh
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2014-01-05 15:48:03 +0530
committerJunio C Hamano <gitster@pobox.com>2014-01-06 09:14:48 -0800
commitf33c2c0f9e2258a80e6e406af39e9fa3fd6e430e (patch)
tree04e637b1497eb081e3cd04fc319b0470b1095e93 /git-stash.sh
parentd028b8906afb5b8c24c9449f26e5f930750d8df7 (diff)
downloadgit-f33c2c0f9e2258a80e6e406af39e9fa3fd6e430e.tar.gz
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>
Diffstat (limited to 'git-stash.sh')
0 files changed, 0 insertions, 0 deletions