diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-09-12 12:43:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-09-12 13:45:28 -0700 |
commit | 2b9bd488ae09dc89f02be7d73f3710ee2ea7325c (patch) | |
tree | 2f70747e3af4bc43d35566b2d9d76052fec712c6 /t/t4009-diff-rename-4.sh | |
parent | Second batch (diff) | |
download | tgif-2b9bd488ae09dc89f02be7d73f3710ee2ea7325c.tar.xz |
completion: teach rebase to use __gitcomp_builtin
Currently, _git_rebase() uses a hardcoded list of options for its
completion. However, we can use __gitcomp_builtin() to get a dynamically
generated list of completions instead.
Teach _git_rebase() to use __gitcomp_builtin() so that newly implemented
options in rebase will be automatically completed without any mucking
around in git-completion.bash.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4009-diff-rename-4.sh')
0 files changed, 0 insertions, 0 deletions