summaryrefslogtreecommitdiff
path: root/Documentation/config/filter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/filter.txt')
-rw-r--r--Documentation/config/filter.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/config/filter.txt b/Documentation/config/filter.txt
new file mode 100644
index 0000000..90dfe0b
--- /dev/null
+++ b/Documentation/config/filter.txt
@@ -0,0 +1,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.