diff options
author | Thomas Rast <trast@student.ethz.ch> | 2010-07-31 00:35:59 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-02 13:16:16 -0700 |
commit | 84974217151a66b65ae5b173045483ce5eeb5142 (patch) | |
tree | ec44b5b92d394d0178fc28074a98aa51036cb23f /Documentation/git-ls-files.txt | |
parent | 9d52f15af7de943779cf6302cef4f1a88ce447be (diff) | |
download | git-84974217151a66b65ae5b173045483ce5eeb5142.tar.gz |
ls-files: learn a debugging dump format
Teach git-ls-files a new option --debug that just tacks all available
data from the cache onto each file's line.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r-- | Documentation/git-ls-files.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index bd919f2dfd..a7c8174d01 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -140,6 +140,12 @@ a space) at the start of each line: lines, show only a partial prefix. Non default number of digits can be specified with --abbrev=<n>. +--debug:: + After each line that describes a file, add more data about its + cache entry. This is intended to show as much information as + possible for manual inspection; the exact format may change at + any time. + \--:: Do not interpret any more arguments as options. |