aboutsummaryrefslogtreecommitdiff
path: root/CVSROOT/notify
diff options
context:
space:
mode:
authorN.N. <root@users.sourceforge.net>2002-06-14 19:12:42 +0000
committerN.N. <root@users.sourceforge.net>2002-06-14 19:12:42 +0000
commit507bd2a663ff8522df5206b65cb396e2a8b323a1 (patch)
tree7809f743889a06de428b65ce5216ea9686df204a /CVSROOT/notify
initial checkinsvn2git-root
svn path=/trunk/; revision=10
Diffstat (limited to 'CVSROOT/notify')
-rw-r--r--CVSROOT/notify12
1 files changed, 12 insertions, 0 deletions
diff --git a/CVSROOT/notify b/CVSROOT/notify
new file mode 100644
index 00000000..34f0bc28
--- /dev/null
+++ b/CVSROOT/notify
@@ -0,0 +1,12 @@
+# The "notify" file controls where notifications from watches set by
+# "cvs watch add" or "cvs edit" are 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. If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# "ALL" or "DEFAULT" can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s "CVS notification"