You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
although the settings for KDiff3 are properly done:
.gitconfig:
[merge]
tool = sourcetree
[diff]
tool = sourcetree
:::
[difftool "sourcetree"]
cmd = 'C:/Program Files/KDiff3/kdiff3.exe' \"$LOCAL\" \"$REMOTE\"
[mergetool "sourcetree"]
cmd = 'C:/Program Files/KDiff3/kdiff3.exe' \"$BASE\" \"$LOCAL\" \"$REMOTE\" -o \"$MERGED\"
trustExitCode = true
Selecting the DIFF action for a file launches Kdiff3.exe!
Seems that SourceTree does not read the value from .gitconfig for mergetool or uses a default because something is still wrong with the mergetool cmd?!?
OS: Windows
Any idea?
Thanks
Hi Mike,
almost right. The settings are configured for KDiff3 for both Diff Tool AND Merge Tool.
But as Merge Tool always "Visual Merge" is launched instead of KDiff3.
For Diff Tool the configured KDiff3 is launched.
Question: Why is "Visual Merge" launched as Merge Tool although KDiff3 is configured properly?
Thanks
Rufus
Hmmm... maybe I'm misunderstanding, but those settings values are correct? The config says "launch kdiff3" and kdiff3 is launched, right? What is the tool you're expecting to be launched?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.