diff options
author | Junio C Hamano <junkio@cox.net> | 2006-02-12 01:48:47 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-12 01:48:47 -0800 |
commit | f9666adfead47d265a65c7ba6f90d0ebae3e6b21 (patch) | |
tree | 658a94afec2d368693dfe08062c21620c22dfd57 /Documentation/git-ls-files.txt | |
parent | 8bb2e03b9d47d87657b67ddfaf712e736cf3db8f (diff) | |
download | git-f9666adfead47d265a65c7ba6f90d0ebae3e6b21.tar.gz git-f9666adfead47d265a65c7ba6f90d0ebae3e6b21.tar.xz |
"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.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index e433407a4..e5a92f47d 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 |