6 ms·
I'd like to see some kind of "whitespace aware" smart diff in whatever comes after git
by charlesfries 5mo ago
I'd like to see some kind of "whitespace aware" smart diff in whatever comes after git
- jauco 5mo agoUse difftastic. You can do so with current git :)
- saint_yossarian 5mo agoThere's `git diff -w`, and most forges expose a setting for that in their diff views.
- PunchyHamster 5mo agoyou can literally plug in any diff program you like into git and even make it extension-aware