diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-21 13:50:58 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-21 13:50:58 -0800 |
commit | 56c3eb173293d512fa85add94a7d0a3bfc6fe74a (patch) | |
tree | 7b70f9dfd2844f2c689d9e0c65ff9ac66a450724 /Documentation/git-ls-files.txt | |
parent | Re(-re)*fix trim_common_tail() (diff) | |
download | tgif-56c3eb173293d512fa85add94a7d0a3bfc6fe74a.tar.xz |
Documentation: ls-files -v is about "assume unchanged".
And refer the reader to update-index documentation.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r-- | Documentation/git-ls-files.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 2ec0c0d270..d0c3aa21d2 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -105,7 +105,8 @@ OPTIONS -v:: Similar to `-t`, but use lowercase letters for files - that are marked as 'always matching index'. + that are marked as 'assume unchanged' (see + gitlink:git-update-index[1]). --full-name:: When run from a subdirectory, the command usually |