Getting Git GUI to Ignore Space Changes in its diff View Getting Git GUI to Ignore Space Changes in its diff View git git

Getting Git GUI to Ignore Space Changes in its diff View


Answering myself...

In the Git GUI main menu go to Edit -> Options. In Additional Diff Parameters put -w (or --ignore-all-space).

In fact, any other git-diff parameter can go there too.