summaryrefslogtreecommitdiff
path: root/Documentation/git-ls-files.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-10 20:33:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-11-10 20:33:28 (GMT)
commit92396402e2d547f8805dc24db53a4c725796810e (patch)
tree2a9b3ba432b6e21d588f05f29cbfeb997030a7a3 /Documentation/git-ls-files.txt
parent3cc335181fdeba6cb25e9a6e55217b2e8d18e6b1 (diff)
parent500348aa6859e436a890f5f5a7e0eeea8ef6c1de (diff)
downloadgit-92396402e2d547f8805dc24db53a4c725796810e.zip
git-92396402e2d547f8805dc24db53a4c725796810e.tar.gz
git-92396402e2d547f8805dc24db53a4c725796810e.tar.bz2
Merge branch 'jk/maint-1.6.3-ls-files-i'
* jk/maint-1.6.3-ls-files-i: ls-files: unbreak "ls-files -i"
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r--Documentation/git-ls-files.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt
index 021066e..625723e 100644
--- a/Documentation/git-ls-files.txt
+++ b/Documentation/git-ls-files.txt
@@ -48,8 +48,10 @@ OPTIONS
-i::
--ignored::
- Show ignored files in the output.
- Note that this also reverses any exclude list present.
+ Show only ignored files in the output. When showing files in the
+ index, print only those matched by an exclude pattern. When
+ showing "other" files, show only those matched by an exclude
+ pattern.
-s::
--stage::