summaryrefslogtreecommitdiffstats
path: root/CVSROOT/notify
diff options
context:
space:
mode:
author(no author) <(no author)@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-01-07 17:28:47 (GMT)
committer(no author) <(no author)@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-01-07 17:28:47 (GMT)
commita0c3c81137443343ca4d0294e439e77fa68edf2c (patch)
tree28cf5457182bd8a1eafa5334778a140910c55366 /CVSROOT/notify
parenteab6039875f05c8776119469fff0df8761b9b3a2 (diff)
downloadDoxygen-Release_1_2_4_20010107.zip
Doxygen-Release_1_2_4_20010107.tar.gz
Doxygen-Release_1_2_4_20010107.tar.bz2
This commit was manufactured by cvs2svn to create tagRelease_1_2_4_20010107
'Release_1_2_4_20010107'.
Diffstat (limited to 'CVSROOT/notify')
-rw-r--r--CVSROOT/notify12
1 files changed, 0 insertions, 12 deletions
diff --git a/CVSROOT/notify b/CVSROOT/notify
deleted file mode 100644
index 34f0bc2..0000000
--- a/CVSROOT/notify
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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"