1GIT-LFS-LS-FILES(1) GIT-LFS-LS-FILES(1)
2
3
4
6 git-lfs-ls-files - Show information about Git LFS files in the index
7 and working tree
8
10 git lfs ls-files [ref]
11
13 Display paths of Git LFS files that are found in the tree at the given
14 reference. If no reference is given, scan the currently checked-out
15 branch. An asterisk (*) after the OID indicates a full object, a minus
16 (-) indicates an LFS pointer.
17
19 -l --long
20 Show the entire 64 character OID, instead of just first 10.
21
22 -s --size
23 Show the size of the LFS object between parenthesis at the end
24 of a line.
25
26 -d --debug
27 Show as much information as possible about a LFS file. This is
28 intended for manual inspection; the exact format may change at
29 any time.
30
31 -a --all
32 Inspects the full history of the repository, not the current
33 HEAD (or other provided reference).
34
35 --deleted
36 Shows the full history of the given reference, including objects
37 that have been deleted.
38
39 -I paths --include=paths
40 Include paths matching only these patterns; see [FETCH SET‐
41 TINGS].
42
43 -X paths --exclude=paths
44 Exclude paths matching any of these patterns; see [FETCH SET‐
45 TINGS].
46
47 -n --name-only
48 Show only the lfs tracked file names.
49
51 git-lfs-status(1), git-lfs-config(5).
52
53 Part of the git-lfs(1) suite.
54
55
56
57 July 2019 GIT-LFS-LS-FILES(1)