Este repositório foi arquivado em 2023-08-20. Você pode visualizar arquivos e cloná-lo, mas não pode fazer push, abrir issues ou pull requests.
yap-6.3/CVSROOT/notify
root 9a8ee05f1f initial checkin
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@3 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2001-04-03 22:10:44 +00:00

13 linhas
564 B
Plaintext

# 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"