diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-05-13 23:50:33 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-13 23:50:33 +0900 |
commit | 8293ee0554a0b012b3e7667e419cbb33d5fee7b6 (patch) | |
tree | f9b9ac6c250195f40aa156898ae3c39cb2ae4a2b /Documentation/git-ls-files.txt | |
parent | Merge branch 'jk/p5302-avoid-collision-check-cost' (diff) | |
parent | doc/ls-files: put nested list for "-t" option into block (diff) | |
download | tgif-8293ee0554a0b012b3e7667e419cbb33d5fee7b6.tar.xz |
Merge branch 'jk/ls-files-doc-markup-fix'
Docfix.
* jk/ls-files-doc-markup-fix:
doc/ls-files: put nested list for "-t" option into block
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r-- | Documentation/git-ls-files.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 5298f1bc30..8461c0e83e 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -118,6 +118,7 @@ OPTIONS linkgit:git-status[1] `--short` or linkgit:git-diff[1] `--name-status` for more user-friendly alternatives. + +-- This option identifies the file status with the following tags (followed by a space) at the start of each line: @@ -128,6 +129,7 @@ a space) at the start of each line: C:: modified/changed K:: to be killed ?:: other +-- -v:: Similar to `-t`, but use lowercase letters for files |