aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config/apply.txt
blob: f9908e210a838dfaf78315b1ce146655a7cf19ca (plain)
1
2
3
4
5
6
7
8
9
10
11
apply.ignoreWhitespace::
	When set to 'change', tells 'git apply' to ignore changes in
	whitespace, in the same way as the `--ignore-space-change`
	option.
	When set to one of: no, none, never, false, it tells 'git apply' to
	respect all whitespace differences.
	See linkgit:git-apply[1].

apply.whitespace::
	Tells 'git apply' how to handle whitespace, in the same way
	as the `--whitespace` option. See linkgit:git-apply[1].