1GIT-LFS-SMUDGE(1) General Commands Manual GIT-LFS-SMUDGE(1)
2
3
4
6 git-lfs-smudge - Git smudge filter that converts pointer in blobs to
7 the actual content
8
10 git lfs smudge [path] git lfs smudge --skip [path]
11
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
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
31 On Windows, Git does not handle files in the working tree larger than 4
32 gigabytes.
33
34 For more information, see: https://github.com/git-lfs/git-lfs/is‐
35 sues/2434.
36
38 git-lfs-install(1), gitattributes(5).
39
40 Part of the git-lfs(1) suite.
41
42
43
44 October 2021 GIT-LFS-SMUDGE(1)