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

NAME

6       git-lfs-smudge  -  Git  smudge filter that converts pointer in blobs to
7       the actual content
8

SYNOPSIS

10       git lfs smudge [path] git lfs smudge --skip [path]
11

DESCRIPTION

13       Read a Git LFS pointer file from standard input and write the  contents
14       of the corresponding large file to standard output. If needed, download
15       the file´s contents from the Git LFS endpoint. The  path  argument,  if
16       provided, is only used for a progress bar.
17
18       Smudge  is  typically  run  by  Git´s  smudge filter, configured by the
19       repository´s Git attributes.
20

OPTIONS

22       Without any options, git lfs smudge outputs the raw Git LFS content  to
23       standard output.
24
25       --skip Skip automatic downloading of objects on clone or pull.
26
27       GIT_LFS_SKIP_SMUDGE
28              Disables the smudging process. For more, see: git-lfs-config(5).
29

KNOWN BUGS

31       On Windows, Git before 2.34.0 does not handle files in the working tree
32       larger than 4 gigabytes. Newer versions of Git, as well  as  Unix  ver‐
33       sions, are unaffected.
34

SEE ALSO

36       git-lfs-install(1), gitattributes(5).
37
38       Part of the git-lfs(1) suite.
39
40
41
42                                 February 2022               GIT-LFS-SMUDGE(1)
Impressum