Autogenerated man pages for v1.3.0-rc1
[git.git] / man1 / git-ls-files.1
index 9eb011a..e62f3a0 100755 (executable)
@@ -30,7 +30,7 @@ git-ls-files \- Information about files in the index/working directory
                 [\-X <file>|\-\-exclude\-from=<file>]
                 [\-\-exclude\-per\-directory=<file>]
                 [\-\-error\-unmatch]
-                [\-\-full\-name] [\-\-] [<file>]*
+                [\-\-full\-name] [\-\-abbrev] [\-\-] [<file>]*
 .fi
 
 .SH "DESCRIPTION"
@@ -140,6 +140,10 @@ Similar to \-t, but use lowercase letters for files that are marked as \fIalways
 When run from a subdirectory, the command usually outputs paths relative to the current directory\&. This option forces paths to be output relative to the project top directory\&.
 
 .TP
+\-\-abbrev[=<n>]
+Instead of showing the full 40\-byte hexadecimal object lines, show only handful hexdigits prefix\&. Non default number of digits can be specified with \-\-abbrev=<n>\&.
+
+.TP
 --
 Do not interpret any more arguments as options\&.