diff options
| author | Philippe Blain <levraiphilippeblain@gmail.com> | 2024-11-22 19:50:18 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-11-25 11:59:18 +0900 |
| commit | fe99a52225d56af16d283c769f14957d3c002471 (patch) | |
| tree | 3b8dd1a702a6e92456a25201af03418297f34c1d /contrib/completion/git-completion.bash | |
| parent | 25b0f41288718625b18495de23cc066394c09a92 (diff) | |
| download | git-fe99a52225d56af16d283c769f14957d3c002471.tar.gz | |
completion: complete '--tool-help' in 'git mergetool'
Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion/git-completion.bash')
| -rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 3d4dff3185..b3b6aa3bae 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -2331,7 +2331,7 @@ _git_mergetool () return ;; --*) - __gitcomp "--tool= --prompt --no-prompt --gui --no-gui" + __gitcomp "--tool= --tool-help --prompt --no-prompt --gui --no-gui" return ;; esac |
