From 10d0adfce52a455853f99abdfb40df7aec840e19 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 28 Mar 2006 00:28:07 +0000 Subject: [PATCH] Autogenerated man pages for v1.3.0-rc1 --- man1/git-ls-files.1 | 6 +++++- man1/git-ls-tree.1 | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/man1/git-ls-files.1 b/man1/git-ls-files.1 index 9eb011a8..e62f3a02 100755 --- a/man1/git-ls-files.1 +++ b/man1/git-ls-files.1 @@ -30,7 +30,7 @@ git-ls-files \- Information about files in the index/working directory [\-X |\-\-exclude\-from=] [\-\-exclude\-per\-directory=] [\-\-error\-unmatch] - [\-\-full\-name] [\-\-] []* + [\-\-full\-name] [\-\-abbrev] [\-\-] []* .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[=] +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=\&. + +.TP -- Do not interpret any more arguments as options\&. diff --git a/man1/git-ls-tree.1 b/man1/git-ls-tree.1 index 0b637715..7d617784 100755 --- a/man1/git-ls-tree.1 +++ b/man1/git-ls-tree.1 @@ -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] [paths...] +\fIgit\-ls\-tree\fR [\-d] [\-r] [\-t] [\-z] [\-\-name\-only] [\-\-name\-status] [\-\-full\-name] [\-\-abbrev=[]] [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[=] +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=\&. + +.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\&. -- 2.11.0