File size: 1,158 Bytes
353e225
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-LFS\-FILTER\-PROCESS" "1" "October 2021" "" ""
.
.SH "NAME"
\fBgit\-lfs\-filter\-process\fR \- Git filter process that converts between pointer and actual content
.
.SH "SYNOPSIS"
\fBgit lfs filter\-process\fR \fBgit lfs filter\-process \-\-skip\fR
.
.SH "DESCRIPTION"
Implement the Git process filter API, exchanging handshake messages and then accepting and responding to requests to either clean or smudge a file\.
.
.P
filter\-process is always run by Git\'s filter process, and is configured by the repository\'s Git attributes\.
.
.P
The filter process uses Git\'s pkt\-line protocol to communicate, and is documented in detail in gitattributes(5)\.
.
.SH "OPTIONS"
Without any options, filter\-process accepts and responds to requests normally\.
.
.TP
\fB\-\-skip\fR
Skip automatic downloading of objects on clone or pull\.
.
.TP
\fBGIT_LFS_SKIP_SMUDGE\fR
Disables the smudging process\. For more, see: git\-lfs\-config(5)\.
.
.SH "SEE ALSO"
git\-lfs\-clean(1), git\-lfs\-install(1), git\-lfs\-smudge(1), gitattributes(5)\.
.
.P
Part of the git\-lfs(1) suite\.