NAME

cvslog2html - transcribe CVS logs to HTML or plain text


SYNOPSIS

cvslog2html [{-D date|-r rev}] [-t] [-O] [--diffs] [{-|cvs-log-args...}]


DESCRIPTION

cvslog2html writes a CVS log as human friendly HTML or plain text to its standard output.

If the sole non-option argument is a dash then cvslog2html expects ``cvs(1) log'' output as its input.

Otherwise the command:

        B<cvs log> I<cvs-log-args...>

is run to obtain the log data.


OPTIONS

-O

Obfuscate email addresses. Intended for things which are to be published on the web as a defense against address harvesting spiders.

-r rev

Passed to cvs. Produce the log since revision rev.

-t

Text mode - write plain text instead of HTML.


SEE ALSO

cvs(1)


AUTHOR

Cameron Simpson <cs@zip.com.au> 19may2000