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       In  your  Git configuration or in a .lfsconfig file, you may set either
21       or both of lfs.fetchinclude  and  lfs.fetchexclude  to  comma-separated
22       lists  of  paths. If lfs.fetchinclude is defined, Git LFS pointer files
23       will only be replaced with the contents of the  corresponding  Git  LFS
24       object file if their path matches one in that list, and if lfs.fetchex‐
25       clude is defined, Git LFS pointer files will only be replaced with  the
26       contents  of  the  corresponding Git LFS object file if their path does
27       not match one in that list. Paths are matched using  wildcard  matching
28       as  per  gitignore(5). Git LFS pointer files that are not replaced with
29       the contents of their corresponding object files are simply  copied  to
30       standard output without change.
31
32       The  filter process uses Git´s pkt-line protocol to communicate, and is
33       documented in detail in gitattributes(5).
34

OPTIONS

36       Without any options, filter-process accepts and  responds  to  requests
37       normally.
38
39       --skip Skip automatic downloading of objects on clone or pull.
40
41       GIT_LFS_SKIP_SMUDGE
42              Disables the smudging process. For more, see: git-lfs-config(5).
43

SEE ALSO

45       git-lfs-clean(1),    git-lfs-install(1),    git-lfs-smudge(1),   gitat‐
46       tributes(5), gitignore(5).
47
48       Part of the git-lfs(1) suite.
49
50
51
52                                   May 2022          GIT-LFS-FILTER-PROCESS(1)
Impressum