This is an old revision of the document!
A moderately (dis)organized list of features related to dealing with whitespace issues in Git, in no particular order.
Flag whitespace errors:
$ git diff --check
--ignore-whitespace, --whitespace=<option> These flag are passed to the git apply program (see git-apply(1)) that applies the patch. Incompatible with the --interactive option.