Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
completion: support git mergetool --[no-]gui
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Anmol Mago <anmolmago@gmail.com>
Signed-off-by: Brian Ho <briankyho@gmail.com>
Signed-off-by: David Lu <david.lu97@outlook.com>
Signed-off-by: Ryan Wang <shirui.wang@hotmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Denton-L authored and gitster committed Oct 25, 2018
1 parent 063f2bd commit 57ba181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Expand Up @@ -1833,7 +1833,7 @@ _git_mergetool ()
return
;;
--*)
__gitcomp "--tool= --prompt --no-prompt"
__gitcomp "--tool= --prompt --no-prompt --gui --no-gui"
return
;;
esac
Expand Down

0 comments on commit 57ba181

Please sign in to comment.