I'm looking to refactor the whitespace / identation mayhem in our project. For that I was using the untabify function in MSVS, which does just what I need. The problem is commiting it using Git, since it shows almost every line last edited by me, which is technically correct, but in this case not the desired behaviour.
Are there any ways to do a kind of anonymous, ghost commit or tell Git to ignore whitespace changes?