From: Junio C Hamano Date: Sat, 28 Oct 2006 21:29:01 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.3.3-g15160 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4de43af97f60b56bb38a3b55da6fbae78b536b58;p=git.git Autogenerated HTML docs for v1.4.3.3-g15160 --- diff --git a/git-for-each-ref.html b/git-for-each-ref.html index 3c4ee272b..5953edda9 100644 --- a/git-for-each-ref.html +++ b/git-for-each-ref.html @@ -272,14 +272,14 @@ git-for-each-ref(1) Manual Page

SYNOPSIS

-

git-for-each-ref [--count=<count>] [--shell|--perl|--python] [--sort=<key>] [--format=<format>] [<pattern>]

+

git-for-each-ref [--count=<count>]* [--shell|--perl|--python] [--sort=<key>]* [--format=<format>] [<pattern>]

DESCRIPTION

Iterate over all refs that match <pattern> and show them according to the given <format>, after sorting them according -to the given set of <key>`s. If <max> is given, stop after -showing that many refs. The interporated values in <format>` +to the given set of <key>. If <max> is given, stop after +showing that many refs. The interporated values in <format> can optionally be quoted as string literals in the specified host language allowing their direct evaluation in that language.

@@ -317,7 +317,11 @@ host language allowing their direct evaluation in that language.

is prefixed with an asterisk (*) and the ref points at a tag object, the value for the field in the object tag refers is used. When unspecified, defaults to - %(refname). + %(objectname) SPC %(objecttype) TAB %(refname). + It also interpolates %% to %, and %xx where xx + are hex digits interpolates to character with hex code + xx; for example %00 interpolates to \0 (NUL), + %09 to \t (TAB) and %0a to \n (LF).

@@ -484,7 +488,7 @@ eval "$eval" diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt index d5fdcef8d..2bf6aef73 100644 --- a/git-for-each-ref.txt +++ b/git-for-each-ref.txt @@ -7,14 +7,14 @@ git-for-each-ref - Output information on each ref SYNOPSIS -------- -'git-for-each-ref' [--count=]* [--shell|--perl|--python] [--sort=]* [--format=] [] +'git-for-each-ref' [--count=]\* [--shell|--perl|--python] [--sort=]\* [--format=] [] DESCRIPTION ----------- Iterate over all refs that match `` and show them according to the given ``, after sorting them according -to the given set of ``s. If `` is given, stop after +to the given set of ``. If `` is given, stop after showing that many refs. The interporated values in `` can optionally be quoted as string literals in the specified host language allowing their direct evaluation in that language. @@ -38,7 +38,11 @@ OPTIONS is prefixed with an asterisk (`*`) and the ref points at a tag object, the value for the field in the object tag refers is used. When unspecified, defaults to - `%(refname)`. + `%(objectname) SPC %(objecttype) TAB %(refname)`. + It also interpolates `%%` to `%`, and `%xx` where `xx` + are hex digits interpolates to character with hex code + `xx`; for example `%00` interpolates to `\0` (NUL), + `%09` to `\t` (TAB) and `%0a` to `\n` (LF). :: If given, the name of the ref is matched against this diff --git a/git.html b/git.html index 757b07c39..b16a005d1 100644 --- a/git.html +++ b/git.html @@ -558,6 +558,14 @@ repositories.

+git-for-each-ref(1) +
+
+

+ Output information on each ref. +

+
+
git-fsck-objects(1)
@@ -2182,7 +2190,7 @@ contributors on the git-list <git@vger.kernel.org>.

diff --git a/git.txt b/git.txt index b00607ee1..595cca1ef 100644 --- a/git.txt +++ b/git.txt @@ -160,6 +160,9 @@ gitlink:git-diff-stages[1]:: gitlink:git-diff-tree[1]:: Compares the content and mode of blobs found via two tree objects. +gitlink:git-for-each-ref[1]:: + Output information on each ref. + gitlink:git-fsck-objects[1]:: Verifies the connectivity and validity of the objects in the database.