Skip to content

Commit f57b2ae

Browse files
davvidgitster
authored andcommitted
contrib/completion: add smerge to the mergetool completion candidates
Signed-off-by: David Aguilar <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent eb12adc commit f57b2ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,8 @@ _git_diff ()
15011501
}
15021502

15031503
__git_mergetools_common="diffuse diffmerge ecmerge emerge kdiff3 meld opendiff
1504-
tkdiff vimdiff gvimdiff xxdiff araxis p4merge bc codecompare
1504+
tkdiff vimdiff gvimdiff xxdiff araxis p4merge bc
1505+
codecompare smerge
15051506
"
15061507

15071508
_git_difftool ()

0 commit comments

Comments
 (0)