git-lfs/docs
Taylor Blau 8c53b912e5 docs/man: fix inconsistency in 'git-lfs-ls-files(1)'
In [1], `git lfs ls-files` learned how to print either a '*' or '-' to
indicate a full, or un-smudged LFS pointer, respectively. Likewise, in
[2], the 'git-lfs-ls-files(1)' manual page was updated to include
documentation describing what the new '*' and '-' symbols mean.

Unfortunately, the change in [2] referred to the symbols by their
opposite meaning. Reverse the documentation to make sure that the
meanings listed match the implementation in code.

[1]: 2082b26c (tweak ls-files output, 2015-09-25)
[2]: d7e9960a (Added documentation git-lfs-ls-files' */- output.,
     2017-11-07)
2019-01-25 18:46:52 -08:00
..
api Fix parameter name on List Locks API Documentation 2019-01-15 11:27:59 +01:00
howto docs: add note about closing release milestone 2018-09-20 19:42:17 +00:00
man docs/man: fix inconsistency in 'git-lfs-ls-files(1)' 2019-01-25 18:46:52 -08:00
proposals docs/proposals: propose an SSH protocol 2018-10-05 18:57:24 +00:00
custom-transfers.md tq: pass custom transfer adapter args to the shell 2018-09-14 23:52:38 +00:00
extensions.md Fix typo 2015-10-06 01:11:55 +09:00
linux-build.md Remove trailing whitespace 2018-10-03 20:34:13 +00:00
README.md Allow using custom transfer agents directly 2017-07-31 16:28:07 +02:00
spec.md spec: mention that an empty file is its own LFS pointer 2017-07-28 16:42:17 -04:00

Git LFS Documentation

Reference Manual

Each Git LFS subcommand is documented in the official man pages. Any of these can also be viewed from the command line:

$ git lfs help <command>
$ git lfs <command> -h

Videos

Developer Docs

Details of how the Git LFS client works are in the official specification.

Details of how the GIT LFS server works are in the API specification.