DOKK / manpages / debian 10 / git-lfs / git-lfs-ls-files.1.en
GIT-LFS-LS-FILES(1) GIT-LFS-LS-FILES(1)

git-lfs-ls-files - Show information about Git LFS files in the index and working tree

git lfs ls-files [ref]

Display paths of Git LFS files that are found in the tree at the given reference. If no reference is given, scan the currently checked-out branch. An asterisk (*) after the OID indicates a full object, a minus (-) indicates an LFS pointer.

Show the entire 64 character OID, instead of just first 10.
Show the size of the LFS object between parenthesis at the end of a line.
Show as much information as possible about a LFS file. This is intended for manual inspection; the exact format may change at any time.
Inspects the full history of the repository, not the current HEAD (or other provided reference).
Shows the full history of the given reference, including objects that have been deleted.
Include paths matching only these patterns; see [FETCH SETTINGS].
Exclude paths matching any of these patterns; see [FETCH SETTINGS].
Show only the lfs tracked file names.

git-lfs-status(1), git-lfs-config(5).

Part of the git-lfs(1) suite.

January 2020