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

Add support for git diff #155

Open
j-martin opened this issue Jul 19, 2021 · 3 comments
Open

Add support for git diff #155

j-martin opened this issue Jul 19, 2021 · 3 comments
Labels
enhancement New feature or request
Projects

Comments

@j-martin
Copy link

Is your feature request related to a problem? Please describe.
Tools like https://github.com/jeffkaufman/icdiff are able to act like a git diff viewer. Diffsitter would be exceptionally good for that purpose.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Can be achieve manually via diffsitter <(git show hashA:myFile) <(git show hashB:myFile)

@j-martin j-martin added the enhancement New feature or request label Jul 19, 2021
@ClashTheBunny
Copy link
Contributor

Is this resolved with #157?

@j-martin
Copy link
Author

Yes, it works great!

@afnanenayet afnanenayet added this to In progress in Features Sep 27, 2021
@0xdevalias
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Features
In progress
Development

No branches or pull requests

3 participants