git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
063f2bd
)
completion: support `git mergetool --[no-]gui`
author
Denton Liu
<redacted>
Wed, 24 Oct 2018 16:25:37 +0000
(12:25 -0400)
committer
Junio C Hamano
<redacted>
Thu, 25 Oct 2018 05:01:16 +0000
(14:01 +0900)
Signed-off-by: Denton Liu <redacted>
Signed-off-by: Anmol Mago <redacted>
Signed-off-by: Brian Ho <redacted>
Signed-off-by: David Lu <redacted>
Signed-off-by: Ryan Wang <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index db7fd87b6b27f6e85a48b31d08e0480648f9c5d5..a45b4a0508b7001cefbf82680068dc231a57dbe0 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT