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 | |
parent | d2f82950a9226ae1102a7a97f03440a4bf8c6c09 (diff) | |
download | git-56c3eb173293d512fa85add94a7d0a3bfc6fe74a.tar.gz |
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>
-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 |