Home Explore Blog CI



git

1st chunk of `Documentation/config/apply.adoc`
e4cbcb1245ec58743492614379e85391d9108ef018e8b9e900000001000001ab
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].

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.