Home | History | Annotate | Line # | Download | only in contrib

Copyright 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.

.Dd February 15, 2003 .Dt RCS2LOG 1 .Os .Sh NAME .Nm rcs2log .Nd RCS to ChangeLog generator .Sh SYNOPSIS .Nm rcs2log k -words .Op Fl c Ar changelog .Op Fl h Ar hostname .Op Fl i Ar indent .Op Fl l Ar length .Op Fl R .Op Fl r Ar option .Op Fl t Ar tabwidth .Op Fl u Ar login<TAB>fullname<TAB>mailaddr .Op Fl v .Op Fl -help .Op Fl -version .Op Ar file ... .Ek .Sh DESCRIPTION The .Nm utility generates a change log prefix from RCS files (perhaps in the CVS repository) and the ChangeLog (if any).

p The options are as follows: l -tag -width Ds t Fl c Ar changelog Output a change log prefix to .Ar changelog (default ChangeLog). t Fl h Ar hostname Use .Ar hostname in change log entries (default current host). t Fl i Ar indent Indent change log lines by .Ar indent spaces (default 8). t Fl l Ar length Try to limit log lines to .Ar length characters (default 79). t Fl R If no .Ar file Ns Li (s) are given and RCS is used, recurse through working directory. t Fl r Ar option Pass .Ar option to subsidiary log command. t Fl t Ar tabwidth Tab stops are every .Ar tabwidth characters (default 8). t Fl u Ar "login<TAB>fullname<TAB>mailaddr" Assume .Ar login has .Ar fullname and .Ar mailaddr . t Fl v Append RCS revision to file names in log lines. t Fl -help Output help. t Fl -version Output version number. .El .Sh SEE ALSO .Xr rcs 1 , .Xr rcsintro 1 , .Xr rlog 1 , .Xr rcsfile 5 .Sh AUTHORS Paul Eggert <eggert (at] twinsun.com> .Sh BUGS Report bugs to <bug-gnu-emacs (at] gnu.org>.