]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/config/apply.txt
Merge branch 'sp/test-i18ngrep' into maint-2.43
[thirdparty/git.git] / Documentation / config / apply.txt
CommitLineData
696d4796
NTND
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.
cf6cac20 5 When set to one of: no, none, never, false, it tells 'git apply' to
696d4796
NTND
6 respect all whitespace differences.
7 See linkgit:git-apply[1].
8
9apply.whitespace::
03b3431e 10 Tells 'git apply' how to handle whitespace, in the same way
696d4796 11 as the `--whitespace` option. See linkgit:git-apply[1].