1apply.ignoreWhitespace::
2When set to 'change', tells 'git apply' to ignore changes in
3whitespace, in the same way as the `--ignore-space-change`
4option.
5When set to one of: no, none, never, false tells 'git apply' to
6respect all whitespace differences.
7See linkgit:git-apply[1].
89
apply.whitespace::
10Tells 'git apply' how to handle whitespaces, in the same way
11as the `--whitespace` option. See linkgit:git-apply[1].