File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -329,15 +329,7 @@ include::config/fetch.txt[]
329329
330330include::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
342334fsck.<msg-id>::
343335 During fsck git may find issues with legacy data which
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments