summaryrefslogtreecommitdiff
path: root/Documentation/config/filter.txt
blob: 90dfe0ba5aaa45f541b444d4308e3b32d0186355 (plain)
1
2
3
4
5
6
7
8
9
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.