Commit Graph

18 Commits

Author SHA1 Message Date
Daniel van der Veer
02e61dbd37 ls-files: add support for reference range
Teach the ls-files command to show the modified LFS files in
a specified commit range.
2019-08-09 18:33:02 +02:00
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
Suman Kashyap
3eb8bcf3e7 Rename ls-files --name option to --name-only (-n) 2018-09-20 09:38:17 -07:00
Suman Kashyap
1b1e1af8cc Adding support for showing only lfs tracked file names without additional information 2018-09-19 16:16:18 -07:00
Taylor Blau
c4d5f49515 commands: teach '--deleted' to git lfs ls-files 2017-12-19 18:59:06 -05:00
Taylor Blau
4ba685a38c docs/man: add guidelines for '--all' flag 2017-12-19 18:44:49 -05:00
Taylor Blau
3bbc725333 commands/ls-files: add --include, --exclude 2017-12-19 11:54:57 -05:00
Taylor Blau
850ec14292 docs/man: remove 'in bytes' from git-lfs-ls-files docs 2017-12-03 00:20:44 -08:00
Taylor Blau
f8797353b9 commands/ls-files: add '--size' flag 2017-12-01 09:33:54 -08:00
Lars Bilke
d7e9960a7d
Added documentation git-lfs-ls-files' */- output.
This functionality was introduced in
2082b26ce7.
2017-11-07 12:25:03 +01:00
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
Rick Olson
acc99eb6f0 update man page for new ls-files option 2015-09-25 10:50:06 -06:00
risk danger olson
8bb6b264e4 list more commands in the git-lfs(1) man page 2015-04-30 09:32:09 -06:00
Rick Olson
394d7dbd91 teach the update command how to update known git lfs hooks 2015-04-24 11:33:22 -06:00
risk danger olson
4592dd52ad update docs to mention references, not refspec 2015-04-20 11:15:46 -06:00
Michael Haggerty
e151e9828a Man pages: change command descriptions to the imperative voice 2015-04-13 10:26:41 +02:00
Michael Haggerty
ac1451ed52 Tidy up the man page summary lines
* Such lines conventionally don't end with a full stop, so remove
  them.

* Adjust the subsequent `========` lines to have the same length as
  the summary lines (the lengths were wrong because of an earlier
  renaming of the project).
2015-04-11 08:51:35 +02:00
Rick Olson
c0846b1adb rename man pages 2015-03-22 12:53:35 -06:00