Documentation / config / apply.txton commit Merge branch 'ba/clone-remote-submodules' (9476094)
   1apply.ignoreWhitespace::
   2        When set to 'change', tells 'git apply' to ignore changes in
   3        whitespace, in the same way as the `--ignore-space-change`
   4        option.
   5        When set to one of: no, none, never, false tells 'git apply' to
   6        respect all whitespace differences.
   7        See linkgit:git-apply[1].
   8
   9apply.whitespace::
  10        Tells 'git apply' how to handle whitespaces, in the same way
  11        as the `--whitespace` option. See linkgit:git-apply[1].