diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-05-24 16:59:45 +0800 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-05-24 16:59:45 +0800 |
commit | 031a441b970341917eaa7b0cc8c03939efaf75a0 (patch) | |
tree | d43454ce2e6c0b229f7e95ca7a918b8b60a7e577 /CVSROOT/commitinfo | |
download | freebsd-ports-gnome-031a441b970341917eaa7b0cc8c03939efaf75a0.tar.gz freebsd-ports-gnome-031a441b970341917eaa7b0cc8c03939efaf75a0.tar.zst freebsd-ports-gnome-031a441b970341917eaa7b0cc8c03939efaf75a0.zip |
Initial CVSROOT setup
Diffstat (limited to 'CVSROOT/commitinfo')
-rw-r--r-- | CVSROOT/commitinfo | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CVSROOT/commitinfo b/CVSROOT/commitinfo new file mode 100644 index 000000000000..17ae416c29a1 --- /dev/null +++ b/CVSROOT/commitinfo @@ -0,0 +1,23 @@ +# +# commitinfo,v 1.2 1992/03/31 04:19:47 berliner Exp +# $FreeBSD$ +# +# 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. If a match 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. +# +#^cvs checkforcvsid +#DEFAULT checkforid +ALL /home/ncvs/CVSROOT/commitcheck |