aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/loginfo
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-08-31 05:32:19 +0800
committerjoe <joe@FreeBSD.org>2001-08-31 05:32:19 +0800
commit4ae6a7c518bd55eabfff3ce626b3450b9fbdae88 (patch)
tree3b290a31cff0052055fedec4fd62c948a4b94a7e /CVSROOT/loginfo
parent59e523761a5df959e52182ee8002771e249b10db (diff)
downloadfreebsd-ports-gnome-4ae6a7c518bd55eabfff3ce626b3450b9fbdae88.tar.gz
freebsd-ports-gnome-4ae6a7c518bd55eabfff3ce626b3450b9fbdae88.tar.zst
freebsd-ports-gnome-4ae6a7c518bd55eabfff3ce626b3450b9fbdae88.zip
Update with the changes introduced with the recent upgrade of CVS.
Diffstat (limited to 'CVSROOT/loginfo')
-rw-r--r--CVSROOT/loginfo19
1 files changed, 9 insertions, 10 deletions
diff --git a/CVSROOT/loginfo b/CVSROOT/loginfo
index 5bd590fe8df1..81898e519f6c 100644
--- a/CVSROOT/loginfo
+++ b/CVSROOT/loginfo
@@ -1,18 +1,17 @@
#
# $FreeBSD$
#
-# The "loginfo" file is used to control where "cvs commit" log information
-# is sent. The first entry on a line is a regular expression which is tested
-# against the directory that the change is being made to, relative to the
-# $CVSROOT. For the first match that is found, then the remainder of the
-# line is a filter program that should expect log information on its standard
-# input.
+# The "loginfo" file controls where "cvs commit" log information
+# is sent. The first entry on a line is a regular expression which must match
+# the directory that the change is being made to, relative to the
+# $CVSROOT. If a match is found, then the remainder of the line is a filter
+# program that should expect log information on its standard input.
#
-# If the repository name does not match any of the regular expressions in the
-# first field of this file, the "DEFAULT" line is used, if it is specified.
+# If the repository name does not match any of the regular expressions in this
+# file, the "DEFAULT" line is used, if it is specified.
#
-# If the name "ALL" appears as a regular expression it is always used
-# in addition to the first matching regex or "DEFAULT".
+# If the name ALL appears as a regular expression it is always used
+# in addition to the first matching regex or DEFAULT.
#
# You may specify a format string as part of the
# filter. The string is composed of a `%' followed