atom / git-diff

Diff markers in Atom's gutter
MIT License
102 stars 41 forks source link

support compactionHeuristic #139

Closed dwelle closed 5 years ago

dwelle commented 6 years ago

diff.compactionHeuristic for better diffs -- see "beautiful diffs" section in https://github.com/blog/2188-git-2-9-has-been-released

maxbrunsfeld commented 5 years ago

Currently we calculate these diffs using libgit2, which does not have this option AFAICT. This would become possible for us if we started computing them instead with the git binary, as the github package does.

maxbrunsfeld commented 5 years ago

This issue was moved to atom/atom#18002