1filter.<driver>.clean::
2The command which is used to convert the content of a worktree
3file to a blob upon checkin. See linkgit:gitattributes[5] for
4details.
56
filter.<driver>.smudge::
7The command which is used to convert the content of a blob
8object to a worktree file upon checkout. See
9linkgit:gitattributes[5] for details.