1head 1.1; 2access ; 3symbols ; 4locks ; strict; 5comment @# @; 6 7 81.1 9date 2008.09.04.16.09.17; author austvik; state Exp; 10branches; 11next ; 12commitid 3XIAdD8FSh3Pitht; 13 14desc 15@@ 16 17 18 191.1 20log 21@initial checkin@ 22text 23@# The "commitinfo" file is used to control pre-commit checks. 24# The filter on the right is invoked with the repository and a list 25# of files to check. A non-zero exit of the filter program will 26# cause the commit to be aborted. 27# 28# The first entry on a line is a regular expression which is tested 29# against the directory that the change is being committed to, relative 30# to the $CVSROOT. For the first match that is found, then the remainder 31# of the line is the name of the filter to run. 32# 33# Format strings present in the filter will be replaced as follows: 34# %c = canonical name of the command being executed 35# %R = the name of the referrer, if any, otherwise the value NONE 36# %p = path relative to repository 37# %r = repository (path portion of $CVSROOT) 38# %{s} = file name, file name, ... 39# 40# If no format strings are present in the filter string, a default of 41# " %r %s" will be appended to the filter string, but this usage is 42# deprecated. 43# 44# If the repository name does not match any of the regular expressions in this 45# file, the "DEFAULT" line is used, if it is specified. 46# 47# If the name "ALL" appears as a regular expression it is always used 48# in addition to the first matching regex or "DEFAULT". 49@ 50 51