Home Explore Blog CI



git

Documentation/config/apply.adoc
5a05370d796ce8dae942de3487b2212806a5823fa8bfac2200000003000001ab
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].

Chunks
e4cbcb12 (1st chunk of `Documentation/config/apply.adoc`)
Title: Git Apply Configuration Options
Summary
The apply.ignoreWhitespace and apply.whitespace configuration options control how Git Apply handles whitespace changes when applying patches, allowing users to customize the behavior to either ignore or respect whitespace differences, with various settings available to suit different needs and use cases.