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 /commit.c | |
parent | f33c2c0f9e2258a80e6e406af39e9fa3fd6e430e (diff) | |
download | git-422553df49bee5a5ea3c9106dfb7f1e4cbb54153.tar.gz |
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 'commit.c')
0 files changed, 0 insertions, 0 deletions