diff options
author | SZEDER Gábor <szeder@ira.uka.de> | 2008-03-05 20:07:49 +0100 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-03-11 01:02:15 +0100 |
commit | 5447aac755e5cfb948c627762b4665801811b026 (patch) | |
tree | b14e54050cf1508ae0a5adc3aa7f44bae1f29ec3 /git-rebase.sh | |
parent | bash: Add more long options to be completed with "git --<TAB>" (diff) | |
download | git-5447aac755e5cfb948c627762b4665801811b026.tar.xz git-5447aac755e5cfb948c627762b4665801811b026.zip |
bash: fix long option with argument double completion
Pressing TAB right after 'git command --long-option=' results in
'git command --long-option=--long-option=' when the long option requires
an argument, but we don't provide completion for its arguments (e.g.
commit --author=, apply --exclude=). This patch detects these long
options and provides empty completion array for them.
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-rebase.sh')
0 files changed, 0 insertions, 0 deletions