Autogenerated man pages for v1.3.0-rc1
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 28 Mar 2006 00:28:07 +0000 (00:28 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 28 Mar 2006 00:28:07 +0000 (00:28 +0000)
man1/git-ls-files.1
man1/git-ls-tree.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\&.
 
index 0b63771..7d61778 100755 (executable)
@@ -23,7 +23,7 @@ git-ls-tree \- Lists the contents of a tree object
 .SH "SYNOPSIS"
 
 
-\fIgit\-ls\-tree\fR [\-d] [\-r] [\-t] [\-z] [\-\-name\-only] [\-\-name\-status] <tree\-ish> [paths...]
+\fIgit\-ls\-tree\fR [\-d] [\-r] [\-t] [\-z] [\-\-name\-only] [\-\-name\-status] [\-\-full\-name] [\-\-abbrev=[<n>]] <tree\-ish> [paths...]
 
 .SH "DESCRIPTION"
 
@@ -57,6 +57,10 @@ Show tree entries even when going to recurse them\&. Has no effect if \fI\-r\fR
 List only filenames (instead of the "long" output), one per line\&.
 
 .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
 paths
 When paths are given, show them (note that this isn't really raw pathnames, but rather a list of patterns to match)\&. Otherwise implicitly uses the root level of the tree as the sole path argument\&.