Signed-off-by: Denton Liu <[email protected]>
Signed-off-by: Anmol Mago <[email protected]>
Signed-off-by: Brian Ho <[email protected]>
Signed-off-by: David Lu <[email protected]>
Signed-off-by: Ryan Wang <[email protected]>
---
contrib/completion/git-completion.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index db7fd87b6..a45b4a050 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1833,7 +1833,7 @@ _git_mergetool ()
return
;;
--*)
- __gitcomp "--tool= --prompt --no-prompt"
+ __gitcomp "--tool= --prompt --no-prompt --gui --no-gui"
return
;;
esac
--
2.19.1