From: Petr Baudis Date: Sun, 22 Jan 2006 00:22:30 +0000 (+0100) Subject: Document git-ls-files --directory X-Git-Tag: v1.2.0~129 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=a325957062b19b49ad75569c59771787c83c350d;p=git.git Document git-ls-files --directory Add the appropriate bit of documentation. Signed-off-by: Petr Baudis Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index e42af5eb..e433407a 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)