Chris PeBenito 14a7a6
# The "commitinfo" file is used to control pre-commit checks.
Chris PeBenito 14a7a6
# The filter on the right is invoked with the repository and a list 
Chris PeBenito 14a7a6
# of files to check.  A non-zero exit of the filter program will 
Chris PeBenito 14a7a6
# cause the commit to be aborted.
Chris PeBenito 14a7a6
#
Chris PeBenito 14a7a6
# The first entry on a line is a regular expression which is tested
Chris PeBenito 14a7a6
# against the directory that the change is being committed to, relative
Chris PeBenito 14a7a6
# to the $CVSROOT.  For the first match that is found, then the remainder
Chris PeBenito 14a7a6
# of the line is the name of the filter to run.
Chris PeBenito 14a7a6
#
Chris PeBenito 14a7a6
# If the repository name does not match any of the regular expressions in this
Chris PeBenito 14a7a6
# file, the "DEFAULT" line is used, if it is specified.
Chris PeBenito 14a7a6
#
Chris PeBenito 14a7a6
# If the name "ALL" appears as a regular expression it is always used
Chris PeBenito 14a7a6
# in addition to the first matching regex or "DEFAULT".