In the magit-log buffer when return key is pressed it brings up the magit-revison buffer displaying the diff b/w previous commit and the current commit. Is there a way to toggle the ignore-whitespace in this buffer?
How to toggle ingore whitespace in the magit revision buffer?
49 views Asked by Talespin_Kit At
2
In that revision buffer if you press
d-wd("diff", then select the "--ignore-all-space" option, then "dwim") it will open another buffer showing the commit diff without the whitespace.