Home Explore Blog CI



git

Documentation/config/filter.adoc
af6336513f0dfb4510089e6301f5c692b90bd9eaedd27c64000000030000014e
filter.<driver>.clean::
	The command which is used to convert the content of a worktree
	file to a blob upon checkin.  See linkgit:gitattributes[5] for
	details.

filter.<driver>.smudge::
	The command which is used to convert the content of a blob
	object to a worktree file upon checkout.  See
	linkgit:gitattributes[5] for details.

Chunks
068e2db4 (1st chunk of `Documentation/config/filter.adoc`)
Title: Git Filter Driver Commands
Summary
The filter driver commands are used to convert content between worktree files and blob objects during checkin and checkout, with 'clean' converting to a blob and 'smudge' converting to a worktree file.