aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-ls-files.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-12 01:48:47 -0800
committerJunio C Hamano <junkio@cox.net>2006-02-12 01:48:47 -0800
commitf9666adfead47d265a65c7ba6f90d0ebae3e6b21 (patch)
tree658a94afec2d368693dfe08062c21620c22dfd57 /Documentation/git-ls-files.txt
parent8bb2e03b9d47d87657b67ddfaf712e736cf3db8f (diff)
downloadgit-f9666adfead47d265a65c7ba6f90d0ebae3e6b21.tar.gz
"assume unchanged" git: documentation.
This updates documentation to describe the "assume unchanged" behaviour. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r--Documentation/git-ls-files.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt
index e433407a4e..e5a92f47dd 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 <pattern>|--exclude=<pattern>]
@@ -82,6 +83,10 @@ OPTIONS
K:: to be killed
? 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
outputs paths relative to the current directory. This