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