cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/doc ChangeLog cvs.1 cvs.texinfo stamp-1 st...


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/doc ChangeLog cvs.1 cvs.texinfo stamp-1 st...
Date: Tue, 09 May 2006 01:55:03 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Derek Robert Price <address@hidden>     06/05/09 01:55:03

Modified files:
        doc            : ChangeLog cvs.1 cvs.texinfo stamp-1 stamp-vti 
                         version-client.texi version.texi 

Log message:
        * cvs.texinfo: s/%a/%@/ & s/%t/%M/ for sign/verify templates.  Add %
        in format string tables for other triggers for consistency,
        readability, and grepability.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/doc/ChangeLog.diff?tr1=1.954&tr2=1.955&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/doc/cvs.1.diff?tr1=1.43&tr2=1.44&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/doc/cvs.texinfo.diff?tr1=1.680&tr2=1.681&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/doc/stamp-1.diff?tr1=1.85&tr2=1.86&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/doc/stamp-vti.diff?tr1=1.181&tr2=1.182&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/doc/version-client.texi.diff?tr1=1.85&tr2=1.86&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/doc/version.texi.diff?tr1=1.182&tr2=1.183&r1=text&r2=text

Patches:
Index: ccvs/doc/ChangeLog
diff -u ccvs/doc/ChangeLog:1.954 ccvs/doc/ChangeLog:1.955
--- ccvs/doc/ChangeLog:1.954    Mon Apr 24 18:50:24 2006
+++ ccvs/doc/ChangeLog  Tue May  9 01:55:02 2006
@@ -1,3 +1,9 @@
+2006-05-08  Derek Price  <address@hidden>
+
+       * cvs.texinfo: s/%a/%@/ & s/%t/%M/ for sign/verify templates.  Add %
+       in format string tables for other triggers for consistency,
+       readability, and grepability.
+
 2006-01-20  Derek Price  <address@hidden>
 
        * cvsclient.text (Requests): Document Base-diff response.
Index: ccvs/doc/cvs.1
diff -u ccvs/doc/cvs.1:1.43 ccvs/doc/cvs.1:1.44
--- ccvs/doc/cvs.1:1.43 Mon Apr 24 18:50:25 2006
+++ ccvs/doc/cvs.1      Tue May  9 01:55:02 2006
@@ -505,33 +505,34 @@
 Format strings in this template are substituted before the commit is run:
 .SP
 .IP "" 2
-\fB%t\fR
+\fB%M\fR
 .IP "" 4
 Substitute in the textmode flag (defaults to \fB--textmode\fR) when a
 signature is being generated for a text file.
 .SP
+.SP
+.SP
+.SP
+.SP
+.SP
 .IP "" 2
-\fB%a\fR
address@hidden
 .IP "" 4
 Substitute in any \fIarg\fRs set via the \fB--sign-arg\fR option or the
 CVSROOT sign-arg method option.
-.SP
 .IP "" 2
 \fB%s\fR
 .IP "" 4
 Substitute the name of the file to generate a signature for.
-.SP
 This template should send the generated signature to its standard output.
 Overrides the \fBsign-template\fR method option and defaults to something like
-\fB/usr/bin/gpg --detach-sign --output - %t %a %s\fR.
-.SP
+\fB/usr/bin/gpg --detach-sign --output - %M %@ %s\fR.
 .IP "" 0
 \fB--textmode\fR
 .IP "" 2
-The value passed to both in place of %t in both the OpenPGP signature
+The value passed to both in place of \fB%M\fR in both the OpenPGP signature
 and the OpenPGP verification command line templates.  Defaults to
 \fB--textmode\fR.
-.SP
 .IP "" 0
 \fB--verify\fR
 .IP "" 2
@@ -545,7 +546,6 @@
 received.  If the server does not support OpenPGP signatures, a failure mode
 of \fBfatal\fR will disallow the entire checkout.  Overrides the \fBverify\fR
 and \fBno-verify\fR method options (see node `The connection method\(aq in the 
CVS manual).
-.SP
 .IP "" 0
 \fB--verify-template=\fItemplate\fB\fR
 .IP "" 2
@@ -553,38 +553,39 @@
 Format strings in this template are substituted before the command is run:
 .SP
 .IP "" 2
-\fB%t\fR
+\fB%M\fR
 .IP "" 4
 Substitute in the textmode flag (defaults to \fB--textmode\fR) when a
 signature is being verified for a text file.
 .SP
+.SP
+.SP
+.SP
+.SP
+.SP
+.SP
 .IP "" 2
-\fB%a\fR
address@hidden
 .IP "" 4
 Substitute in any \fIarg\fRs set via the \fB--verify-arg\fR option or the
 CVSROOT \fBverify-arg\fR method option.
-.SP
 .IP "" 2
 \fB%S\fR
 .IP "" 4
 Substitute the name of the file containing the signature.
-.SP
 .IP "" 2
 \fB%s\fR
 .IP "" 4
 Substitute the name of the signed file.
-.SP
 This template should exit with an exit code of zero if the signature is valid
 for the signed file and a non-zero exit code otherwise.  Overrides the
 \fBverify-template\fR method option see node `The connection method\(aq in the 
CVS manual and
 defaults to something like
-\fB/usr/bin/gpg --detach-sign --output - %t %a %S %s\fR.
-.SP
+\fB/usr/bin/gpg --detach-sign --output - %M %@ %S %s\fR.
 .SH "Common options"
 .SS "Common command options"
 .IX "Common options"
 .IX "Right-hand options"
-.SP
 This section describes the \fBcommand_options\fR that
 are available across several \fBcvs\fR commands.  These
 options are always given to the right of
@@ -596,7 +597,6 @@
 option as in other commands.  (Other command options,
 which are listed with the individual commands, may have
 different behavior from one \fBcvs\fR command to the other).
-.SP
 \fBThe \fBhistory\fB command is an exception; it supports
 many options that conflict even with these standard options.\fR
 .SP
Index: ccvs/doc/cvs.texinfo
diff -u ccvs/doc/cvs.texinfo:1.680 ccvs/doc/cvs.texinfo:1.681
--- ccvs/doc/cvs.texinfo:1.680  Mon Apr 24 18:50:25 2006
+++ ccvs/doc/cvs.texinfo        Tue May  9 01:55:02 2006
@@ -2339,11 +2339,11 @@
 Format strings in this template are substituted before the command is run:
 
 @table @code
address@hidden %t
address@hidden %M
 Substitute in the textmode flag (defaults to @samp{--textmode}) when a
 signature is being generated for a text file.
 
address@hidden %a
address@hidden %@@
 Substitute in any @var{arg}s set via the @samp{--sign-arg} option or the
 CVSROOT sign-arg method option.
 
@@ -2354,10 +2354,10 @@
 This template should send the generated signature to its standard output.
 IS overridden by the @samp{--sign-template} global command line option
 @pxref{Global options} and defaults to
address@hidden/usr/bin/gpg --detach-sign --output - %t %a %s}.
address@hidden/usr/bin/gpg --detach-sign --output - Mt %@@ %s}.
 
 @item textmode
-The value passed to both in place of %t in both the OpenPGP signature
+The value passed to both in place of @samp{%M} in both the OpenPGP signature
 and the OpenPGP verification command line templates.  Defaults to
 @samp{--textmode}.
 
@@ -2376,11 +2376,11 @@
 Format strings in this template are substituted before the command is run:
 
 @table @code
address@hidden %t
address@hidden %M
 Substitute in the textmode flag (defaults to @samp{--textmode}) when a
 signature is being verified for a text file.
 
address@hidden %a
address@hidden %@@
 Substitute in any @var{arg}s set via the @samp{--verify-arg} option or the
 CVSROOT verify-arg method option.
 
@@ -2395,7 +2395,7 @@
 for the signed file and a non-zero exit code otherwise.  This method option is
 overridden by the @samp{--verify-template} global command line option
 @pxref{Global options} and defaults to something like
address@hidden/usr/bin/gpg --detach-sign --output - %t %a %S %s}.
address@hidden/usr/bin/gpg --detach-sign --output - %M %@@ %S %s}.
 @end table
 
 As a further example, to combine both the @code{CVS_RSH} and @code{CVS_SERVER}
@@ -8613,11 +8613,11 @@
 Format strings in this template are substituted before the commit is run:
 
 @table @code
address@hidden %t
address@hidden %M
 Substitute in the textmode flag (defaults to @samp{--textmode}) when a
 signature is being generated for a text file.
 
address@hidden %a
address@hidden %@@
 Substitute in any @var{arg}s set via the @samp{--sign-arg} option or the
 CVSROOT sign-arg method option.
 
@@ -8627,10 +8627,10 @@
 
 This template should send the generated signature to its standard output.
 Overrides the @samp{sign-template} method option and defaults to something like
address@hidden/usr/bin/gpg --detach-sign --output - %t %a %s}.
address@hidden/usr/bin/gpg --detach-sign --output - %M %@@ %s}.
 
 @item --textmode
-The value passed to both in place of %t in both the OpenPGP signature
+The value passed to both in place of @samp{%M} in both the OpenPGP signature
 and the OpenPGP verification command line templates.  Defaults to
 @samp{--textmode}.
 
@@ -8649,11 +8649,11 @@
 Format strings in this template are substituted before the command is run:
 
 @table @code
address@hidden %t
address@hidden %M
 Substitute in the textmode flag (defaults to @samp{--textmode}) when a
 signature is being verified for a text file.
 
address@hidden %a
address@hidden %@@
 Substitute in any @var{arg}s set via the @samp{--verify-arg} option or the
 CVSROOT @samp{verify-arg} method option.
 
@@ -8668,7 +8668,7 @@
 for the signed file and a non-zero exit code otherwise.  Overrides the
 @samp{verify-template} method option @pxref{The connection method} and
 defaults to something like
address@hidden/usr/bin/gpg --detach-sign --output - %t %a %S %s}.
address@hidden/usr/bin/gpg --detach-sign --output - %M %@@ %S %s}.
 @end table
 
 @c - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -13493,18 +13493,18 @@
 The format strings available to all script hooks are:
 
 @table @t
address@hidden c
address@hidden %c
 The canonical name of the command being executed.  For instance, in the case of
 a hook run from @code{cvs up}, @sc{cvs} would replace @samp{%c} with the string
 @samp{update} and, in the case of a hook run from @code{cvs ci}, @sc{cvs} would
 replace @samp{%c} with the string @samp{commit}.
address@hidden n
address@hidden %n
 The null, or empty, string.
address@hidden p
address@hidden %p
 The name of the directory being operated on within the repository.
address@hidden r
address@hidden %r
 The name of the repository (the path portion of @code{$CVSROOT}).
address@hidden R
address@hidden %R
 On a server, the name of the referrer, if any.  The referrer is the CVSROOT the
 client reports it used to contact a server which then referred it to this
 server.  Should usually be set on a primary server with a write proxy setup.
@@ -13736,7 +13736,7 @@
 @file{commitinfo} supports:
 
 @table @t
address@hidden @address@hidden
address@hidden address@hidden@}
 a list of the names of files to be committed
 @end table
 
@@ -13820,14 +13820,14 @@
 @file{verifymsg} supports:
 
 @table @t
address@hidden l
address@hidden %l
 the full path to the file containing the log message to be verified
address@hidden @address@hidden
address@hidden address@hidden@}
 File attributes, where:
 @table @t
address@hidden s
address@hidden %s
 file name
address@hidden V
address@hidden %V
 old version number (pre-checkin)
 @end table
 @end table
@@ -14006,17 +14006,17 @@
 @file{loginfo} supports:
 
 @table @t
address@hidden @address@hidden
address@hidden address@hidden@}
 File attributes, where:
 @table @t
address@hidden s
address@hidden %s
 file name
address@hidden T
address@hidden %T
 tag name of destination, or the empty string when there is no associated
 tag name (this usually means the trunk)
address@hidden V
address@hidden %V
 old version number (pre-checkin)
address@hidden v
address@hidden %v
 new version number (post-checkin)
 @end table
 @end table
@@ -14179,25 +14179,25 @@
 @file{taginfo} supports:
 
 @table @t
address@hidden b
address@hidden %b
 tag type (@code{T} for branch, @code{N} for not-branch, or @code{?} for
 unknown, as during delete operations)
address@hidden o
address@hidden %o
 operation (@code{add} for @code{tag}, @code{mov} for @code{tag -F}, or
 @code{del} for @code{tag -d})
address@hidden t
address@hidden %t
 new tag name
address@hidden @address@hidden
address@hidden address@hidden@}
 file attributes, where:
 @table @t
address@hidden s
address@hidden %s
 file name
address@hidden T
address@hidden %T
 tag name of destination, or the empty string when there is no associated
 tag name (this usually means the trunk)
address@hidden V
address@hidden %V
 old version number (for a move or delete operation)
address@hidden v
address@hidden %v
 new version number (for an add or move operation)
 @end table
 @end table
@@ -14308,7 +14308,7 @@
 following format string:
 
 @table @t
address@hidden P
address@hidden %P
 the CVSROOT string which specifies the primary server
 @end table
 
@@ -14346,7 +14346,7 @@
 the following format string:
 
 @table @t
address@hidden P
address@hidden %P
 the CVSROOT string which specifies the primary server
 @end table
 
Index: ccvs/doc/stamp-1
diff -u ccvs/doc/stamp-1:1.85 ccvs/doc/stamp-1:1.86
--- ccvs/doc/stamp-1:1.85       Mon Apr 24 18:50:25 2006
+++ ccvs/doc/stamp-1    Tue May  9 01:55:03 2006
@@ -1,4 +1,4 @@
address@hidden UPDATED 13 April 2006
address@hidden UPDATED 25 April 2006
 @set UPDATED-MONTH April 2006
 @set EDITION 1.12.13.1
 @set VERSION 1.12.13.1
Index: ccvs/doc/stamp-vti
diff -u ccvs/doc/stamp-vti:1.181 ccvs/doc/stamp-vti:1.182
--- ccvs/doc/stamp-vti:1.181    Mon Apr 24 18:50:25 2006
+++ ccvs/doc/stamp-vti  Tue May  9 01:55:03 2006
@@ -1,4 +1,4 @@
address@hidden UPDATED 13 April 2006
address@hidden UPDATED-MONTH April 2006
address@hidden UPDATED 8 May 2006
address@hidden UPDATED-MONTH May 2006
 @set EDITION 1.12.13.1
 @set VERSION 1.12.13.1
Index: ccvs/doc/version-client.texi
diff -u ccvs/doc/version-client.texi:1.85 ccvs/doc/version-client.texi:1.86
--- ccvs/doc/version-client.texi:1.85   Mon Apr 24 18:50:25 2006
+++ ccvs/doc/version-client.texi        Tue May  9 01:55:03 2006
@@ -1,4 +1,4 @@
address@hidden UPDATED 13 April 2006
address@hidden UPDATED 25 April 2006
 @set UPDATED-MONTH April 2006
 @set EDITION 1.12.13.1
 @set VERSION 1.12.13.1
Index: ccvs/doc/version.texi
diff -u ccvs/doc/version.texi:1.182 ccvs/doc/version.texi:1.183
--- ccvs/doc/version.texi:1.182 Mon Apr 24 18:50:25 2006
+++ ccvs/doc/version.texi       Tue May  9 01:55:03 2006
@@ -1,4 +1,4 @@
address@hidden UPDATED 13 April 2006
address@hidden UPDATED-MONTH April 2006
address@hidden UPDATED 8 May 2006
address@hidden UPDATED-MONTH May 2006
 @set EDITION 1.12.13.1
 @set VERSION 1.12.13.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]