dotfiles/.gitconfig_includes.cygwin
Cyryl Plotnicki-Chudyk c5fc5eb133 kdiff3 support on cygwin
2013-11-16 21:52:22 +01:00

15 lines
234 B
Plaintext

[difftool "kdiff3"]
path = kdiff3
trustExitCode = false
[difftool]
prompt = false
[diff]
tool = kdiff3
[mergetool "kdiff3"]
path = kdiff3
trustExitCode = false
keepBackup = false
[merge]
tool = kdiff3