Skip to content

Commit 734dfeb

Browse files
pcloudsgitster
authored andcommitted
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>
1 parent 561fda2 commit 734dfeb

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Documentation/config.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -329,15 +329,7 @@ include::config/fetch.txt[]
329329

330330
include::format-config.txt[]
331331

332-
filter.<driver>.clean::
333-
The command which is used to convert the content of a worktree
334-
file to a blob upon checkin. See linkgit:gitattributes[5] for
335-
details.
336-
337-
filter.<driver>.smudge::
338-
The command which is used to convert the content of a blob
339-
object to a worktree file upon checkout. See
340-
linkgit:gitattributes[5] for details.
332+
include::config/filter.txt[]
341333

342334
fsck.<msg-id>::
343335
During fsck git may find issues with legacy data which

Documentation/config/filter.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
filter.<driver>.clean::
2+
The command which is used to convert the content of a worktree
3+
file to a blob upon checkin. See linkgit:gitattributes[5] for
4+
details.
5+
6+
filter.<driver>.smudge::
7+
The command which is used to convert the content of a blob
8+
object to a worktree file upon checkout. See
9+
linkgit:gitattributes[5] for details.

0 commit comments

Comments
 (0)