use p4merge under windows, for mergetool only
This commit is contained in:
parent
21e14a7c76
commit
825be6d69a
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
[mergetool "p4merge"]
|
||||
cmd = 'C:/Program Files/Perforce/p4merge.exe' "$(cygpath -wla $BASE)" "$(cygpath -wla $LOCAL)" "$(cygpath -wla $REMOTE)" "$(cygpath -wla $MERGED)"
|
||||
trustExitCode = false
|
||||
[merge]
|
||||
tool = p4merge
|
Loading…
Reference in a new issue