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.
  • git_whitespace.1528714166.txt.gz
  • Last modified: 2018/06/11 10:49
  • by rpjday