afnanenayet / diffsitter

A tree-sitter based AST difftool to get meaningful semantic diffs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support git identifiers when running under git diff

afnanenayet opened this issue · comments

Is your feature request related to a problem? Please describe.
diffsitter currently displays the filenames it's comparing. With git diff one of the files is a temporary file path which is not informative.

Describe the solution you'd like
diffsitter should display the revisions being compared instead of the file paths if called with information about revisions.