Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
contrib/completion: add smerge to the mergetool completion candidates
author
David Aguilar
<davvid@gmail.com>
Thu, 4 Apr 2019 07:34:39 +0000
(
00:34
-0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 4 Apr 2019 09:21:26 +0000
(18:21 +0900)
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
eb12adc
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 976e4a6548fdedf630b2f5e4539df1f43d83809f..b6d69bcaeb18328930b1f328302f77cff390427e 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1501,7
+1501,8
@@
_git_diff ()
}
__git_mergetools_common="diffuse diffmerge ecmerge emerge kdiff3 meld opendiff
- tkdiff vimdiff gvimdiff xxdiff araxis p4merge bc codecompare
+ tkdiff vimdiff gvimdiff xxdiff araxis p4merge bc
+ codecompare smerge
"
_git_difftool ()