Skip to content

Commit c9ea1be

Browse files
authored
Merge pull request git-lfs#1675 from git-lfs/filter-process-docs
docs/man: document git-lfs-filter-process(1)
2 parents 1c9f6ec + 3b83597 commit c9ea1be

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
git-lfs-filter-process(1) -- Git filter process that converts between pointer and actual content
2+
===========================================================================================
3+
4+
## SYNOPSIS
5+
6+
`git lfs filter-process`
7+
`git lfs filter-process --skip`
8+
9+
## DESCRIPTION
10+
11+
Implement the Git process filter API, exchanging handshake messages and then
12+
accepting and responding to requests to either clean or smudge a file.
13+
14+
filter-process is always run by Git's filter process, and is configured by the
15+
repository's Git attributes.
16+
17+
The filter process uses Git's pkt-line protocol to communicate, and is
18+
documented in detail in gitattributes(5).
19+
20+
## OPTIONS
21+
22+
Without any options, filter-process accepts and responds to requests normally.
23+
24+
* `--skip`:
25+
Skip automatic downloading of objects on clone or pull.
26+
27+
## SEE ALSO
28+
29+
git-lfs-clean(1), git-lfs-install(1), git-lfs-smudge(1), gitattributes(5).
30+
31+
Part of the git-lfs(1) suite.

0 commit comments

Comments
 (0)