version 2 showing authors affecting page license.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
RCS2LOG |
|
|
2 |
!!!RCS2LOG |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
AUTHOR |
|
|
7 |
COPYRIGHT |
|
|
8 |
BUGS |
|
|
9 |
SEE ALSO |
|
|
10 |
NOTE |
|
|
11 |
---- |
|
|
12 |
!!NAME |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
rcs2log - generates a changelog from RCS files |
|
|
16 |
!!SYNOPSIS |
|
|
17 |
|
|
|
18 |
|
|
|
19 |
__rcs2log__ [[OPTION] ... [[FILE ...] |
|
|
20 |
!!DESCRIPTION |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
__rcslog__ generates a change log from RCS files, which |
|
|
24 |
can possibly be located in a CVS repository, and outputs the |
|
|
25 |
new change log to standard output. If no FILE is specified, |
|
|
26 |
__rcs2log__ will use the files registered under the |
|
|
27 |
working directory. The change log prefix can be later copied |
|
|
28 |
to the existing !ChangeLog file. |
|
|
29 |
|
|
|
30 |
|
|
|
31 |
__OPTIONS__ |
|
|
32 |
|
|
|
33 |
|
|
|
34 |
__-c__ CHANGELOG |
|
|
35 |
|
|
|
36 |
|
|
|
37 |
Output a change log prefix to CHANGELOG (default |
|
|
38 |
!ChangeLog). |
|
|
39 |
|
|
|
40 |
|
|
|
41 |
__-h__ HOSTNAME |
|
|
42 |
|
|
|
43 |
|
|
|
44 |
Use HOSTNAME in change log entries (default current |
|
|
45 |
host). |
|
|
46 |
|
|
|
47 |
|
|
|
48 |
__-i__ INDENT |
|
|
49 |
|
|
|
50 |
|
|
|
51 |
Indent change log lines by INDENT spaces (default |
|
|
52 |
8). |
|
|
53 |
|
|
|
54 |
|
|
|
55 |
__-l__ LENGTH |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
Try to limit log lines to LENGTH characters (default |
|
|
59 |
79). |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
__-R__ |
|
|
63 |
|
|
|
64 |
|
|
|
65 |
If no FILEs are given and RCS is used, recurse through |
|
|
66 |
working directory. |
|
|
67 |
|
|
|
68 |
|
|
|
69 |
__-r__ |
|
|
70 |
|
|
|
71 |
|
|
|
72 |
OPTION Pass OPTION to subsidiary log command. |
|
|
73 |
|
|
|
74 |
|
|
|
75 |
__-t__ TABWIDTH |
|
|
76 |
|
|
|
77 |
|
|
|
78 |
Tab stops are every TABWIDTH characters (default |
|
|
79 |
8). |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
__-u__ __ |
|
|
83 |
|
|
|
84 |
|
|
|
85 |
Assume LOGIN has FULLNAME and MAILADDR. |
|
|
86 |
|
|
|
87 |
|
|
|
88 |
__-v__ |
|
|
89 |
|
|
|
90 |
|
|
|
91 |
Append RCS revision to file names in log lines. |
|
|
92 |
|
|
|
93 |
|
|
|
94 |
__--help__ |
|
|
95 |
|
|
|
96 |
|
|
|
97 |
Output help. |
|
|
98 |
|
|
|
99 |
|
|
|
100 |
__--version__ |
|
|
101 |
|
|
|
102 |
|
|
|
103 |
Output version number. |
|
|
104 |
!!AUTHOR |
|
|
105 |
|
|
|
106 |
|
|
|
107 |
__rcs2log__ was written by Paul Eggert |
|
|
108 |
__ |
|
|
109 |
!!COPYRIGHT |
|
|
110 |
|
|
|
111 |
|
|
|
112 |
__rcs2log__ is free; anyone may redistribute copies of |
|
|
113 |
__rcslog__ to anyone under the terms stated in the GNU |
|
|
114 |
General Public License as published by the Free Software |
|
|
115 |
Foundation; either version 2, or (at your option) any later |
|
|
116 |
version. |
|
|
117 |
!!BUGS |
|
|
118 |
|
|
|
119 |
|
|
|
120 |
There is a mailing list, bug-gnu-emacs@gnu.org on the |
|
|
121 |
internet, for reporting bugs in rcs2log. Please, if you find |
|
|
122 |
any bug, report it (if you really are good-willing, a patch |
|
|
123 |
is appreciated). |
|
|
124 |
|
|
|
125 |
|
|
|
126 |
Please note that this program is distributed in the hope |
|
|
127 |
that it will be useful, but WITHOUT ANY WARRANTY; without |
|
|
128 |
even the implied warranty of MERCHANTABILITY or FITNESS FOR |
|
|
129 |
A PARTICULAR PURPOSE. See the GNU General Public License for |
|
|
130 |
more details. In other terms, if __rcs2log__ breaks, you |
|
|
131 |
get to keep both pieces. |
|
|
132 |
!!SEE ALSO |
|
|
133 |
|
|
|
134 |
|
|
|
135 |
cvs(1), cvsconfig(1) |
|
|
136 |
!!NOTE |
|
|
137 |
|
|
|
138 |
|
|
|
139 |
This manual page was written by Andrea Glorioso |
|
|
140 |
---- |