git-lfs/docs/man/git-lfs-ls-files.1.ronn
Lars Schneider 1565e631e8 commands: teach 'git lfs ls-files' a '--debug' option
There was no way to conveniently display LFS pointer file properties for
debugging. Teach 'git lfs ls-files' a '--debug' option that prints all
available information following the 'git ls-files' interface [1].

[1] 8497421715
2017-08-30 22:43:17 +01:00

27 lines
697 B
Markdown

git-lfs-ls-files(1) -- Show information about Git LFS files in the index and working tree
=========================================================================================
## SYNOPSIS
`git lfs ls-files` [<ref>]
## DESCRIPTION
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.
## OPTIONS
* `-l` `--long`:
Show the entire 64 character OID, instead of just first 10.
* -d --debug:
Show as much information as possible about a LFS file. This is intended
for manual inspection; the exact format may change at any time.
## SEE ALSO
git-lfs-status(1).
Part of the git-lfs(1) suite.