atddiff: Print the git file path instead of temporary paths when using git difftool
#378
Labels
feature request
Big and small feature requests
git difftool
#378
git difftool -x atddiff
takes two versions of the same file and passes them to atddiff as temporary paths. This results in error messages pointing to nonexistent files.Problems
Here's a diff between two successive runs of
git difftool -x atddiff
that should produce the same result:Proposed solution
Add a
--git
option that cause the output to be git-friendly. This could mean:MERGED
environment variable to obtain the path to the checked-out version of the file.The text was updated successfully, but these errors were encountered: