Code

submodule.c: Squelch a "use before assignment" warning
[git.git] / Documentation / git-ls-files.txt
index 057a021eb50899ed5fe1ee5a7b6c59e7fc27becf..625723e41fa072523fa850e37534677cfe8af631 100644 (file)
@@ -44,12 +44,14 @@ OPTIONS
 
 -o::
 --others::
-       Show other files in the output
+       Show other (i.e. untracked) files in the output
 
 -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::