diff options
author | Thomas Rast <trast@student.ethz.ch> | 2010-01-10 13:05:04 +0100 |
---|---|---|
committer | Thomas Rast <trast@student.ethz.ch> | 2010-01-10 13:13:05 +0100 |
commit | 4fdff3d210724810a061f332bddd9607c856dd8a (patch) | |
tree | d74d83f11ca3d132925493f55e0744a2d10a0ace /Documentation/git-ls-files.txt | |
parent | 63487e14c834f5e5093f8ef25fe983fffa1ff7a4 (diff) | |
download | git-4fdff3d210724810a061f332bddd9607c856dd8a.tar.gz |
Documentation: show-files is now called git-ls-files
Amazingly, a reference to 'show files' survived from the core command
documentation introduced in c64b9b8 (Reference documentation for the
core git commands., 2005-05-05)!
However, the tool is now called git-ls-files.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r-- | Documentation/git-ls-files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 7faba2386f..a84cc3701b 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -140,7 +140,7 @@ OPTIONS Output ------ -show files just outputs the filename unless '--stage' is specified in +'git ls-files' just outputs the filenames unless '--stage' is specified in which case it outputs: [<tag> ]<mode> <object> <stage> <file> |