From a325957062b19b49ad75569c59771787c83c350d Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 22 Jan 2006 01:22:30 +0100 Subject: [PATCH] Document git-ls-files --directory Add the appropriate bit of documentation. Signed-off-by: Petr Baudis Signed-off-by: Junio C Hamano --- Documentation/git-ls-files.txt | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.11.4.GIT