You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not know about git difftool until just now! I learn something new about git every day it seems. I agree it would be a nice thing to support. It looks like you do git difftool -dx /path/to/tool ... and then you get called as tool <old-dir> <new-dir> (Git copies only changed files into two temp dirs). So it should be relatively straightforward to support and I will probably get around to it sometime soon (TM).
Until then you can invoke autochrome just like git diff - I just added support for passing only one argument to diff against your uncommitted changes.
I'm not sure how hard it would be, but autochrome would be awesome as a git difftool provider for diffing changes. Is this in scope for this project?
The text was updated successfully, but these errors were encountered: