From 20d37ef67286e5131d2333d7b4662bc70f9d4937 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 21 Apr 2005 19:47:08 -0700 Subject: Steal -t option to git-ls-files from Cogito fork. This backports the -t option git-ls-files in Cogito added to the Linus version. Signed-off-by: Petr Baudis Signed-off-by: Junio C Hamano --- Documentation/core-git.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Documentation') diff --git a/Documentation/core-git.txt b/Documentation/core-git.txt index e5121ca86..1ccae4c09 100644 --- a/Documentation/core-git.txt +++ b/Documentation/core-git.txt @@ -1022,6 +1022,14 @@ shown: the diff command: git-ls-files --others --exclude-from=dontdiff +-t + Identify the file status with the following tags (followed by + a space) at the start of each line: + H cached + M unmerged + R removed/deleted + ? other + Output show files just outputs the filename unless --stage is specified in which case it outputs: -- cgit v1.2.1