From: Junio C Hamano Date: Sat, 28 Oct 2006 21:29:10 +0000 (+0000) Subject: Autogenerated man pages for v1.4.3.3-g15160 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e7d50ca65304d229e5017252117b59abd51973a6;p=git.git Autogenerated man pages for v1.4.3.3-g15160 --- diff --git a/man1/git-for-each-ref.1 b/man1/git-for-each-ref.1 index 119c74789..1af83d5d6 100755 --- a/man1/git-for-each-ref.1 +++ b/man1/git-for-each-ref.1 @@ -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) @@ -10,10 +10,10 @@ .SH "NAME" git\-for\-each\-ref \- Output information on each ref .SH "SYNOPSIS" -\fIgit\-for\-each\-ref\fR [\-\-count=]\fB [\-\-shell|\-\-perl|\-\-python] [\-\-sort=]\fR [\-\-format=] [] +\fIgit\-for\-each\-ref\fR [\-\-count=]* [\-\-shell|\-\-perl|\-\-python] [\-\-sort=]* [\-\-format=] [] .sp .SH "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 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. +Iterate over all refs that match and show them according to the given , after sorting them according 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. .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 If given, the name of the ref is matched against this using fnmatch(3). Refs that do not match the pattern are not shown. diff --git a/man7/git.7 b/man7/git.7 index a900feb3d..912b502b5 100755 --- a/man7/git.7 +++ b/man7/git.7 @@ -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