mergetool--lib: add p4merge as a pre-configured mergetool option
Add p4merge to the set of built-in diff/merge tools, and update bash completion and documentation. Signed-off-by: Scott Chacon <schacon@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
cd0f8e6d63
commit
c8998b4823
@ -953,7 +953,7 @@ _git_diff ()
|
||||
}
|
||||
|
||||
__git_mergetools_common="diffuse ecmerge emerge kdiff3 meld opendiff
|
||||
tkdiff vimdiff gvimdiff xxdiff araxis
|
||||
tkdiff vimdiff gvimdiff xxdiff araxis p4merge
|
||||
"
|
||||
|
||||
_git_difftool ()
|
||||
|
Reference in New Issue
Block a user