From 5c3957ef11f6d420ff1ac915d0ce01295dbcb3a8 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 28 Mar 2006 00:28:01 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.3.0-rc1 --- git-ls-files.html | 14 ++++++++++++-- git-ls-files.txt | 9 +++++++-- git-ls-tree.html | 16 ++++++++++++++-- git-ls-tree.txt | 9 ++++++++- 4 files changed, 41 insertions(+), 7 deletions(-) diff --git a/git-ls-files.html b/git-ls-files.html index 810e7071..396a0ef0 100644 --- a/git-ls-files.html +++ b/git-ls-files.html @@ -280,7 +280,7 @@ git-ls-files(1) Manual Page [-X <file>|--exclude-from=<file>] [--exclude-per-directory=<file>] [--error-unmatch] - [--full-name] [--] [<file>]* + [--full-name] [--abbrev] [--] [<file>]*

DESCRIPTION

@@ -500,6 +500,16 @@ other

+--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>. +

+
+
@@ -668,7 +678,7 @@ otherwise, it is a shell glob pattern, suitable for
diff --git a/git-ls-files.txt b/git-ls-files.txt index 980c5c91..796d049b 100644 --- a/git-ls-files.txt +++ b/git-ls-files.txt @@ -14,9 +14,9 @@ SYNOPSIS (-[c|d|o|i|s|u|k|m])\* [-x |--exclude=] [-X |--exclude-from=] - [--exclude-per-directory=] + [--exclude-per-directory=] [--error-unmatch] - [--full-name] [--] []\* + [--full-name] [--abbrev] [--] []\* DESCRIPTION ----------- @@ -101,6 +101,11 @@ OPTIONS option forces paths to be output relative to the project top directory. +--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=. + --:: Do not interpret any more arguments as options. diff --git a/git-ls-tree.html b/git-ls-tree.html index c5c64672..94a71b3c 100644 --- a/git-ls-tree.html +++ b/git-ls-tree.html @@ -272,7 +272,9 @@ git-ls-tree(1) Manual Page

SYNOPSIS

-

git-ls-tree [-d] [-r] [-t] [-z] [--name-only] [--name-status] <tree-ish> [paths…]

+

git-ls-tree [-d] [-r] [-t] [-z] + [--name-only] [--name-status] [--full-name] [--abbrev=[<n>]] + <tree-ish> [paths…]

DESCRIPTION

@@ -338,6 +340,16 @@ arguments does not matter.

+--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>. +

+
+
paths
@@ -376,7 +388,7 @@ another major rewrite by Linus Torvalds <torvalds@osdl.org>

diff --git a/git-ls-tree.txt b/git-ls-tree.txt index 5bf6d8b6..018c4019 100644 --- a/git-ls-tree.txt +++ b/git-ls-tree.txt @@ -8,7 +8,9 @@ git-ls-tree - Lists the contents of a tree object SYNOPSIS -------- -'git-ls-tree' [-d] [-r] [-t] [-z] [--name-only] [--name-status] [paths...] +'git-ls-tree' [-d] [-r] [-t] [-z] + [--name-only] [--name-status] [--full-name] [--abbrev=[]] + [paths...] DESCRIPTION ----------- @@ -40,6 +42,11 @@ OPTIONS --name-status:: List only filenames (instead of the "long" output), one per line. +--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=. + paths:: When paths are given, show them (note that this isn't really raw pathnames, but rather a list of patterns to match). Otherwise -- 2.11.0