Autogenerated man pages for v1.2.4-gb0a3de4
[git.git] / man1 / git-ls-files.1
index 88a9fc5..9eb011a 100755 (executable)
@@ -72,6 +72,10 @@ Show stage files in the output
 If a whole directory is classified as "other", show just its name (with a trailing slash) and not its whole contents\&.
 
 .TP
+\-\-no\-empty\-directory
+Do not list empty directories\&. Has no effect without \-\-directory\&.
+
+.TP
 \-u|\-\-unmerged
 Show unmerged files in the output (forces \-\-stage)
 
@@ -220,7 +224,7 @@ otherwise, it is a shell glob pattern, suitable for consumption by fnmatch(3) wi
 
 An example:
 
-.IP
+.nf
     $ cat \&.git/ignore
     # ignore objects and archives, anywhere in the tree\&.
     *\&.[oa]
@@ -233,6 +237,8 @@ An example:
         \-\-exclude='Documentation/*\&.[0\-9]' \\
         \-\-exclude\-from=\&.git/ignore \\
         \-\-exclude\-per\-directory=\&.gitignore
+.fi
+
 .SH "SEE ALSO"