From: curt Date: Tue, 2 Jun 1998 21:59:44 +0000 (+0000) Subject: initial checkin of commitinfo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=04c7d749e2a70235a906c5261b1d426df0d089bc;p=flightgear.git initial checkin of commitinfo --- diff --git a/CVSROOT/commitinfo b/CVSROOT/commitinfo new file mode 100644 index 000000000..b19e7b7a6 --- /dev/null +++ b/CVSROOT/commitinfo @@ -0,0 +1,15 @@ +# The "commitinfo" file is used to control pre-commit checks. +# The filter on the right is invoked with the repository and a list +# of files to check. A non-zero exit of the filter program will +# cause the commit to be aborted. +# +# The first entry on a line is a regular expression which is tested +# against the directory that the change is being committed to, relative +# to the $CVSROOT. For the first match that is found, then the remainder +# of the line is the name of the filter to run. +# +# If the repository name does not match any of the regular expressions in this +# file, the "DEFAULT" line is used, if it is specified. +# +# If the name "ALL" appears as a regular expression it is always used +# in addition to the first matching regex or "DEFAULT".