Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating as a git difftool #7

Open
danielcompton opened this issue Feb 26, 2018 · 2 comments
Open

Integrating as a git difftool #7

danielcompton opened this issue Feb 26, 2018 · 2 comments

Comments

@danielcompton
Copy link

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?

@fazzone
Copy link
Contributor

fazzone commented Feb 26, 2018

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.

@agzam
Copy link

agzam commented Mar 14, 2020

Can someone please, please "graalify" this. It would be really cool to use it for git diffing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants