annotate CVSROOT/commitinfo @ 40:b19cb8e5c569

Fix for a warning concerning VERSION
author joachim99
date Tue, 14 Oct 2003 20:50:46 +0000
parents 391d4ae068d9
children
rev   line source
root@1 1 # The "commitinfo" file is used to control pre-commit checks.
root@1 2 # The filter on the right is invoked with the repository and a list
root@1 3 # of files to check. A non-zero exit of the filter program will
root@1 4 # cause the commit to be aborted.
root@1 5 #
root@1 6 # The first entry on a line is a regular expression which is tested
root@1 7 # against the directory that the change is being committed to, relative
root@1 8 # to the $CVSROOT. For the first match that is found, then the remainder
root@1 9 # of the line is the name of the filter to run.
root@1 10 #
root@1 11 # If the repository name does not match any of the regular expressions in this
root@1 12 # file, the "DEFAULT" line is used, if it is specified.
root@1 13 #
root@1 14 # If the name "ALL" appears as a regular expression it is always used
root@1 15 # in addition to the first matching regex or "DEFAULT".