X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-ls-files.txt;h=fe8ac1b0e5bf2cd036a4a241fb3812506a99d95c;hb=98968450b2c10757d225412a3894ced4f319d472;hp=e42af5ebe2052ad82af362ca7ffd3b6f93af4488;hpb=89438677abaae1a8ffc3c0905f3355a590da7bf4;p=git.git diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index e42af5eb..fe8ac1b0 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -8,7 +8,8 @@ git-ls-files - Information about files in the index/working directory SYNOPSIS -------- -'git-ls-files' [-z] [-t] +[verse] +'git-ls-files' [-z] [-t] [-v] (--[cached|deleted|others|ignored|stage|unmerged|killed|modified])\* (-[c|d|o|i|s|u|k|m])\* [-x |--exclude=] @@ -46,6 +47,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) @@ -76,7 +81,11 @@ OPTIONS R:: removed/deleted C:: modified/changed K:: to be killed - ? other + ?:: other + +-v:: + Similar to `-t`, but use lowercase letters for files + that are marked as 'always matching index'. --full-name:: When run from a subdirectory, the command usually