Autogenerated man pages for v1.4.3.3-g15160
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 28 Oct 2006 21:29:10 +0000 (21:29 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 28 Oct 2006 21:29:10 +0000 (21:29 +0000)
man1/git-for-each-ref.1
man7/git.7

index 119c747897343ef0ca2379922c2bee07c02ed006..1af83d5d6c507654577f73c7876cd2f9d36419c0 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-FOR\-EACH\-REF" "1" "10/25/2006" "" ""
+.TH "GIT\-FOR\-EACH\-REF" "1" "10/28/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
 .SH "NAME"
 git\-for\-each\-ref \- Output information on each ref
 .SH "SYNOPSIS"
-\fIgit\-for\-each\-ref\fR [\-\-count=<count>]\fB [\-\-shell|\-\-perl|\-\-python] [\-\-sort=<key>]\fR [\-\-format=<format>] [<pattern>]
+\fIgit\-for\-each\-ref\fR [\-\-count=<count>]* [\-\-shell|\-\-perl|\-\-python] [\-\-sort=<key>]* [\-\-format=<format>] [<pattern>]
 .sp
 .SH "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>` can optionally be quoted as string literals in the specified host language allowing their direct evaluation in that language.
+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>. 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.
 .sp
 .SH "OPTIONS"
 .TP
@@ -34,7 +34,27 @@ A string that interpolates
 from the object pointed at by a ref being shown. If
 fieldname
 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).
 .TP
 <pattern>
 If given, the name of the ref is matched against this using fnmatch(3). Refs that do not match the pattern are not shown.
index a900feb3d54f54c32d1f5f256f6060bac4494ffd..912b502b5a16b0792e87090c8bc7150d26c1a9c7 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT" "7" "10/25/2006" "" ""
+.TH "GIT" "7" "10/28/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -135,6 +135,9 @@ Compares two "merge stages" in the index.
 \fBgit\-diff\-tree\fR(1)
 Compares the content and mode of blobs found via two tree objects.
 .TP
+\fBgit\-for\-each\-ref\fR(1)
+Output information on each ref.
+.TP
 \fBgit\-fsck\-objects\fR(1)
 Verifies the connectivity and validity of the objects in the database.
 .TP