aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-10-27 08:22:55 +0200
committerJunio C Hamano <gitster@pobox.com>2018-10-29 10:17:01 +0900
commit734dfebbf39ca78e84b1dce000fc48f77520ece0 (patch)
treea7354e070b7770530bd1c4cdd758ae88dce3911d /Documentation/config.txt
parent561fda20b895d9aafa662560de03296e1bc6e124 (diff)
downloadgit-734dfebbf39ca78e84b1dce000fc48f77520ece0.tar.gz
config.txt: move filter.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index f85014f803..a225dc530f 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -329,15 +329,7 @@ include::config/fetch.txt[]
include::format-config.txt[]
-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.
+include::config/filter.txt[]
fsck.<msg-id>::
During fsck git may find issues with legacy data which