Fourth batch
[git/raj.git] / Documentation / config / apply.txt
blob8fb8ef763dfdf2475af3addafa3cefd7d859ad8a
1 apply.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].
9 apply.whitespace::
10         Tells 'git apply' how to handle whitespaces, in the same way
11         as the `--whitespace` option. See linkgit:git-apply[1].