diff options
author | Petr Baudis <pasky@ucw.cz> | 2005-04-21 19:47:08 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-05-06 02:00:45 -0700 |
commit | 20d37ef67286e5131d2333d7b4662bc70f9d4937 (patch) | |
tree | b3e5e57b3e5b624d4f8770bd8bc016a8912f296f /Documentation | |
parent | e78d97723cd77d46d8767a5a27965077249fd080 (diff) | |
download | git-20d37ef67286e5131d2333d7b4662bc70f9d4937.tar.gz git-20d37ef67286e5131d2333d7b4662bc70f9d4937.tar.xz |
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 <pasky@ucw.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/core-git.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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: |