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 git lfs ls-files <ref> <ref>
12
14 Display paths of Git LFS files that are found in the tree at the given
15 reference. If no reference is given, scan the currently checked-out
16 branch. If two references are given, the LFS files that are modified
17 between the two references are shown; deletions are not listed.
18
19 An asterisk (*) after the OID indicates a full object, a minus (-)
20 indicates an LFS pointer.
21
23 -l, --long
24 Show the entire 64 character OID, instead of just first 10.
25
26 -s, --size
27 Show the size of the LFS object between parenthesis at the end of a
28 line.
29
30 -d, --debug
31 Show as much information as possible about a LFS file. This is
32 intended for manual inspection; the exact format may change at any
33 time.
34
35 -a, --all
36 Inspects the full history of the repository, not the current HEAD
37 (or other provided reference). This will include previous versions
38 of LFS objects that are no longer found in the current tree.
39
40 --deleted
41 Shows the full history of the given reference, including objects
42 that have been deleted.
43
44 -I <paths>, --include=<paths>
45 Include paths matching only these patterns; see [_fetch_settings].
46
47 -X <paths>, --exclude=<paths>
48 Exclude paths matching any of these patterns; see
49 [_fetch_settings].
50
51 -n, --name-only
52 Show only the lfs tracked file names.
53
55 git-lfs-status(1), git-lfs-config(5).
56
57 Part of the git-lfs(1) suite.
58
59
60
61 GIT-LFS-LS-FILES(1)