Skip to content

Commit 26488f5

Browse files
artagnongitster
authored andcommitted
Documentation: Add filter.<driver>.* to config
Although the gitattributes page contains comprehensive information about these configuration options, they should be included in the config documentation for completeness. Helped-by: Michael J Gruber <[email protected]> Signed-off-by: Ramkumar Ramachandra <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5fb41b8 commit 26488f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/config.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,16 @@ format.signoff::
973973
the rights to submit this work under the same open source license.
974974
Please see the 'SubmittingPatches' document for further discussion.
975975

976+
filter.<driver>.clean::
977+
The command which is used to convert the content of a worktree
978+
file to a blob upon checkin. See linkgit:gitattributes[5] for
979+
details.
980+
981+
filter.<driver>.smudge::
982+
The command which is used to convert the content of a blob
983+
object to a worktree file upon checkout. See
984+
linkgit:gitattributes[5] for details.
985+
976986
gc.aggressiveWindow::
977987
The window size parameter used in the delta compression
978988
algorithm used by 'git gc --aggressive'. This defaults

0 commit comments

Comments
 (0)