我在 Windows 10 下将 ExamDiff Pro 与 git 一起用于 Windows。
当我运行时git difftool --dir-diff <branch1> <branch2>
,会弹出 EDP 的目录比较屏幕,显示不同的文件,但随后我开始弹出文件已更改的弹出窗口,提示我重新比较。
我不知道问题出在我的 git 设置(如下)、ExamDiff 还是 Windows 上。
[core]
autocrlf = true
fscache = true
symlinks = false
useBuiltinFSMonitor = true
compression = 0
[diff]
tool = edp
guitool = edp
[difftool "edp"]
path = "C:\\Program Files\\ExamDiff Pro\\ExamDiff.exe"
cmd = "\"C:\\Program Files\\ExamDiff Pro\\ExamDiff.exe\" \"$LOCAL\" \"$REMOTE\" -nh -r2"
trustExitCode = false