Revision 8823,
1.1 KB
checked in by ghudson, 29 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r8822,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # |
---|
2 | # @(#)loginfo 1.5 92/03/31 |
---|
3 | # |
---|
4 | # The "loginfo" file is used to control where "cvs commit" log information |
---|
5 | # is sent. The first entry on a line is a regular expression which is tested |
---|
6 | # against the directory that the change is being made to, relative to the |
---|
7 | # /mit/krb5/discuss/.cvsroot. If a match is found, then the remainder of the |
---|
8 | # line is a filter program that should expect log information on its standard |
---|
9 | # input. |
---|
10 | # |
---|
11 | # The filter program may use one and only one % modifier (ala printf). If |
---|
12 | # %s is specified in the filter program, a brief title is included (enclosed |
---|
13 | # in single quotes) showing the modified file names. |
---|
14 | # |
---|
15 | # If the repository name does not match any of the regular expressions in this |
---|
16 | # file, the "DEFAULT" line is used, if it is specified. |
---|
17 | # |
---|
18 | # If the name ALL appears as a regular expression it is always used |
---|
19 | # in addition to the first matching regex or DEFAULT. |
---|
20 | # |
---|
21 | #DEFAULT /afs/sipb.mit.edu/project/discuss/.cvsroot/CVSROOT/log.pl %s /afs/sipb.mit.edu/project/discuss/.cvsroot/CVSROOT/commitlog |
---|
22 | DEFAULT /usr/ucb/Mail -s "CVS report: "%s cvs-krb5@mit.edu |
---|
Note: See
TracBrowser
for help on using the repository browser.