diff options
author | Petr Baudis <pasky@suse.cz> | 2006-01-22 01:22:30 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-21 19:12:03 -0800 |
commit | a325957062b19b49ad75569c59771787c83c350d (patch) | |
tree | ceba34f173f07378e4bb53695d141aa3abb93ff7 /Documentation/git-ls-files.txt | |
parent | 8278ac2f4a50a8aca0dca490d2b8b99b11e266e1 (diff) | |
download | git-a325957062b19b49ad75569c59771787c83c350d.tar.gz git-a325957062b19b49ad75569c59771787c83c350d.tar.xz |
Document git-ls-files --directory
Add the appropriate bit of documentation.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r-- | Documentation/git-ls-files.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index e42af5ebe..e433407a4 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -46,6 +46,10 @@ OPTIONS -s|--stage:: Show stage files in the output +--directory:: + If a whole directory is classified as "other", show just its + name (with a trailing slash) and not its whole contents. + -u|--unmerged:: Show unmerged files in the output (forces --stage) |