Revision 422553df49bee5a5ea3c9106dfb7f1e4cbb54153 authored by Ramkumar Ramachandra on 05 January 2014, 10:18:04 UTC, committed by Junio C Hamano on 06 January 2014, 17:17:05 UTC
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>
1 parent f33c2c0
History
File Mode Size
pubring.gpg -rw-r--r-- 2.3 KB
random_seed -rw-r--r-- 600 bytes
secring.gpg -rw-r--r-- 3.6 KB
trustdb.gpg -rw-r--r-- 1.3 KB

back to top