1GIT-LFS-FILTER-PROCESS(1)   General Commands Manual  GIT-LFS-FILTER-PROCESS(1)
2
3
4

NAME

6       git-lfs-filter-process  -  Git  filter  process  that  converts between
7       pointer and actual content
8

SYNOPSIS

10       git lfs filter-process git lfs filter-process --skip
11

DESCRIPTION

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

OPTIONS

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

SEE ALSO

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                                 February 2022       GIT-LFS-FILTER-PROCESS(1)
Impressum