diffsitter icon indicating copy to clipboard operation
diffsitter copied to clipboard

Add support for git diff

Open j-martin opened this issue 3 years ago • 3 comments

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 avatar Jul 19 '21 16:07 j-martin

Is this resolved with https://github.com/afnanenayet/diffsitter/pull/157?

ClashTheBunny avatar Jul 19 '21 23:07 ClashTheBunny

Yes, it works great!

j-martin avatar Jul 20 '21 05:07 j-martin

See also:

  • https://github.com/afnanenayet/diffsitter/issues/627

0xdevalias avatar Jan 30 '24 05:01 0xdevalias