about summary refs log tree commit diff
path: root/third_party/git/Documentation/config/filter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/config/filter.txt')
-rw-r--r--third_party/git/Documentation/config/filter.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/git/Documentation/config/filter.txt b/third_party/git/Documentation/config/filter.txt
deleted file mode 100644
index 90dfe0ba5aaa..000000000000
--- a/third_party/git/Documentation/config/filter.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-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.