</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><em>git-for-each-ref</em> [--count=<count>]<strong> [--shell|--perl|--python] [--sort=<key>]</strong> [--format=<format>] [<pattern>]</p>\r
+<p><em>git-for-each-ref</em> [--count=<count>]* [--shell|--perl|--python] [--sort=<key>]* [--format=<format>] [<pattern>]</p>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
<p>Iterate over all refs that match <tt><pattern></tt> and show them\r
according to the given <tt><format></tt>, after sorting them according\r
-to the given set of <tt><key>`s. If </tt><max><tt> is given, stop after\r
-showing that many refs. The interporated values in </tt><format>`\r
+to the given set of <tt><key></tt>. If <tt><max></tt> is given, stop after\r
+showing that many refs. The interporated values in <tt><format></tt>\r
can optionally be quoted as string literals in the specified\r
host language allowing their direct evaluation in that language.</p>\r
</div>\r
is prefixed with an asterisk (<tt>*</tt>) and the ref points\r
at a tag object, the value for the field in the object\r
tag refers is used. When unspecified, defaults to\r
- <tt>%(refname)</tt>.\r
+ <tt>%(objectname) SPC %(objecttype) TAB %(refname)</tt>.\r
+ It also interpolates <tt>%%</tt> to <tt>%</tt>, and <tt>%xx</tt> where <tt>xx</tt>\r
+ are hex digits interpolates to character with hex code\r
+ <tt>xx</tt>; for example <tt>%00</tt> interpolates to <tt>\0</tt> (NUL),\r
+ <tt>%09</tt> to <tt>\t</tt> (TAB) and <tt>%0a</tt> to <tt>\n</tt> (LF).\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 25-Oct-2006 22:55:22 UTC\r
+Last updated 28-Oct-2006 21:28:52 UTC\r
</div>\r
</div>\r
</body>\r
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
+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.
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).
<pattern>::
If given, the name of the ref is matched against this
</p>\r
</dd>\r
<dt>\r
+<a href="git-for-each-ref.html">git-for-each-ref(1)</a>\r
+</dt>\r
+<dd>\r
+<p>\r
+ Output information on each ref.\r
+</p>\r
+</dd>\r
+<dt>\r
<a href="git-fsck-objects.html">git-fsck-objects(1)</a>\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 25-Oct-2006 22:55:22 UTC\r
+Last updated 28-Oct-2006 21:28:52 UTC\r
</div>\r
</div>\r
</body>\r
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.