summaryrefslogtreecommitdiff
path: root/CVSROOT/commitinfo
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2007-01-09 00:08:14 +0000
committerBjörn Stenberg <bjorn@haxx.se>2007-01-09 00:08:14 +0000
commit81394864c74806b1e736163706d2032c1b18b044 (patch)
tree877d73f86603e9e3457c8e39bc5943587bd0a3c0 /CVSROOT/commitinfo
parent7039a05147b8bbfc829babea1c65bd436450b505 (diff)
downloadrockbox-81394864c74806b1e736163706d2032c1b18b044.tar.gz
rockbox-81394864c74806b1e736163706d2032c1b18b044.zip
Moved away CVSROOT
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11954 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'CVSROOT/commitinfo')
-rw-r--r--CVSROOT/commitinfo15
1 files changed, 0 insertions, 15 deletions
diff --git a/CVSROOT/commitinfo b/CVSROOT/commitinfo
deleted file mode 100644
index b19e7b7a63..0000000000
--- a/CVSROOT/commitinfo
+++ /dev/null
@@ -1,15 +0,0 @@
1# The "commitinfo" file is used to control pre-commit checks.
2# The filter on the right is invoked with the repository and a list
3# of files to check. A non-zero exit of the filter program will
4# cause the commit to be aborted.
5#
6# The first entry on a line is a regular expression which is tested
7# against the directory that the change is being committed to, relative
8# to the $CVSROOT. For the first match that is found, then the remainder
9# of the line is the name of the filter to run.
10#
11# If the repository name does not match any of the regular expressions in this
12# file, the "DEFAULT" line is used, if it is specified.
13#
14# If the name "ALL" appears as a regular expression it is always used
15# in addition to the first matching regex or "DEFAULT".