← Back to context Comment by charlesfries 2 days ago I'd like to see some kind of "whitespace aware" smart diff in whatever comes after git 3 comments charlesfries Reply saint_yossarian 2 days ago There's `git diff -w`, and most forges expose a setting for that in their diff views. jauco 2 days ago Use difftastic. You can do so with current git :) PunchyHamster 2 days ago you can literally plug in any diff program you like into git and even make it extension-aware
saint_yossarian 2 days ago There's `git diff -w`, and most forges expose a setting for that in their diff views.
PunchyHamster 2 days ago you can literally plug in any diff program you like into git and even make it extension-aware
There's `git diff -w`, and most forges expose a setting for that in their diff views.
Use difftastic. You can do so with current git :)
you can literally plug in any diff program you like into git and even make it extension-aware