1GIT-LFS-FILTER-PROCESS(1) GIT-LFS-FILTER-PROCESS(1)
2
3
4
6 git-lfs-filter-process - Git filter process that converts between
7 pointer and actual content
8
10 git lfs filter-process git lfs filter-process --skip
11
13 Implement the Git process filter API, exchanging handshake messages and
14 then accepting and responding to requests to either clean or smudge a
15 file.
16
17 filter-process is always run by Git´s filter process, and is configured
18 by the repository´s Git attributes.
19
20 The filter process uses Git´s pkt-line protocol to communicate, and is
21 documented in detail in gitattributes(5).
22
24 Without any options, filter-process accepts and responds to requests
25 normally.
26
27 --skip Skip automatic downloading of objects on clone or pull.
28
29 GIT_LFS_SKIP_SMUDGE
30 Disables the smudging process. For more, see: git-lfs-config(5).
31
33 git-lfs-clean(1), git-lfs-install(1), git-lfs-smudge(1), gitat‐
34 tributes(5).
35
36 Part of the git-lfs(1) suite.
37
38
39
40 April 2019 GIT-LFS-FILTER-PROCESS(1)