source: trunk/CVSROOT/loginfo @ 8829

Revision 8829, 1.0 KB checked in by ghudson, 28 years ago (diff)
Get the filename right too
Line 
1# The "loginfo" file is used to control where "cvs commit" log information
2# is sent.  The first entry on a line is a regular expression which is tested
3# against the directory that the change is being made to, relative to the
4# $CVSROOT.  For the first match that is found, then the remainder of the
5# line is a filter program that should expect log information on its standard
6# input.
7#
8# If the repository name does not match any of the regular expressions in the
9# first field of this file, the "DEFAULT" line is used, if it is specified.
10#
11# If the name "ALL" appears as a regular expression it is always used
12# in addition to the first matching regex or "DEFAULT".
13#
14# The filter program may use one and only one "%s" modifier (ala printf).  If
15# such a "%s" is specified in the filter program, a brief title is included
16# (as one argument, enclosed in single quotes) showing the relative directory
17# name and listing the modified file names.
18DEFAULT         perl $CVSROOT/CVSROOT/logfilter.pl %s source-commits source-diffs
Note: See TracBrowser for help on using the repository browser.