Browse Source

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>
maint
Nguyễn Thái Ngọc Duy 6 years ago committed by Junio C Hamano
parent
commit
734dfebbf3
  1. 10
      Documentation/config.txt
  2. 9
      Documentation/config/filter.txt

10
Documentation/config.txt

@ -329,15 +329,7 @@ include::config/fetch.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

9
Documentation/config/filter.txt

@ -0,0 +1,9 @@ @@ -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.
Loading…
Cancel
Save