Open pablospe opened 1 year ago
Note for anyone landing on this PR that might want to try building and running it locally - this PR does not integrate delta's git blame
support into tig blame
. If you only want delta's git diff
support in tig, this may work for you, but tig blame
will still lack syntax highlighting.
Something is not really working correctly with this PR. It's still showing the regular diff view combined with the delta
function header in many cases. This happens when I browse the branch of this PR with tig
compiled from this branch.
To be clear, it doesn't always happen. Sometimes it will show the syntax highlighted diff of delta
. But when scrolling through the commits with up and down arrows, most will show the old style diffs.
The original pull request was closed due to the author deleting their account.
Original PR description
https://github.com/jonas/tig/issues/542#issuecomment-899094741
how to use delta in tig?
It requires ncurse 6.1 or higher.
Note: a more detailed installation instructions can be found in this comment from @adamency.