aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-ls-files.txt
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2006-01-22 01:22:30 +0100
committerJunio C Hamano <junkio@cox.net>2006-01-21 19:12:03 -0800
commita325957062b19b49ad75569c59771787c83c350d (patch)
treeceba34f173f07378e4bb53695d141aa3abb93ff7 /Documentation/git-ls-files.txt
parent8278ac2f4a50a8aca0dca490d2b8b99b11e266e1 (diff)
downloadgit-a325957062b19b49ad75569c59771787c83c350d.tar.gz
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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt
index e42af5ebe2..e433407a4e 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)