diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2014-01-05 15:48:04 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-06 09:17:05 -0800 |
commit | 422553df49bee5a5ea3c9106dfb7f1e4cbb54153 (patch) | |
tree | abfbbf552b1faa6dc0bedb8c48dea05fe5b927a8 /test-ctype.c | |
parent | completion: introduce __gitcomp_nl_append () (diff) | |
download | tgif-422553df49bee5a5ea3c9106dfb7f1e4cbb54153.tar.xz |
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>
Diffstat (limited to 'test-ctype.c')
0 files changed, 0 insertions, 0 deletions