diff options
author | cvs2git | 2005-03-12 13:06:31 +0000 |
---|---|---|
committer | cvs2git | 2005-03-12 13:06:31 +0000 |
commit | f2e953207e43b606f16dcd350aa1bb0b80c5883b (patch) | |
tree | c781d64801cce3249c0301a7354dcf7150bc5a00 /CVSROOT/loginfo | |
parent | Initial import (diff) | |
download | urunlevel-start.zip urunlevel-start.tar.gz urunlevel-start.tar.bz2 urunlevel-start.tar.xz |
This commit was manufactured by cvs2svn to create tag 'start'.start
Diffstat (limited to '')
-rw-r--r-- | CVSROOT/loginfo | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/CVSROOT/loginfo b/CVSROOT/loginfo deleted file mode 100644 index 537607d..0000000 --- a/CVSROOT/loginfo +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | # The "loginfo" file controls where "cvs commit" log information | ||
2 | # is sent. The first entry on a line is a regular expression which must match | ||
3 | # the directory that the change is being made to, relative to the | ||
4 | # $CVSROOT. If a match is found, then the remainder of the line is a filter | ||
5 | # program that should expect log information on its standard input. | ||
6 | # | ||
7 | # If the repository name does not match any of the regular expressions in this | ||
8 | # file, the "DEFAULT" line is used, if it is specified. | ||
9 | # | ||
10 | # If the name ALL appears as a regular expression it is always used | ||
11 | # in addition to the first matching regex or DEFAULT. | ||
12 | # | ||
13 | # You may specify a format string as part of the | ||
14 | # filter. The string is composed of a `%' followed | ||
15 | # by a single format character, or followed by a set of format | ||
16 | # characters surrounded by `{' and `}' as separators. The format | ||
17 | # characters are: | ||
18 | # | ||
19 | # s = file name | ||
20 | # V = old version number (pre-checkin) | ||
21 | # v = new version number (post-checkin) | ||
22 | # t = tag or branch name | ||
23 | # | ||
24 | # For example: | ||
25 | #DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog | ||
26 | # or | ||
27 | #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog | ||