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 | |
| parent | e7a1b38f9ca9deb47c111ed6491f368a5184706d (diff) | |
| parent | da9ca955a759d33e817ba9312f3f28d951826dc1 (diff) | |
| download | git-8293ee0554a0b012b3e7667e419cbb33d5fee7b6.tar.gz | |
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
| -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 |
