summaryrefslogtreecommitdiff
path: root/CVSROOT/taginfo
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/taginfo
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/taginfo')
-rw-r--r--CVSROOT/taginfo20
1 files changed, 0 insertions, 20 deletions
diff --git a/CVSROOT/taginfo b/CVSROOT/taginfo
deleted file mode 100644
index 274a46dd5b..0000000000
--- a/CVSROOT/taginfo
+++ /dev/null
@@ -1,20 +0,0 @@
1# The "taginfo" file is used to control pre-tag checks.
2# The filter on the right is invoked with the following arguments:
3#
4# $1 -- tagname
5# $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d
6# $3 -- repository
7# $4-> file revision [file revision ...]
8#
9# A non-zero exit of the filter program will cause the tag to be aborted.
10#
11# The first entry on a line is a regular expression which is tested
12# against the directory that the change is being committed to, relative
13# to the $CVSROOT. For the first match that is found, then the remainder
14# of the line is the name of the filter to run.
15#
16# If the repository name does not match any of the regular expressions in this
17# file, the "DEFAULT" line is used, if it is specified.
18#
19# If the name "ALL" appears as a regular expression it is always used
20# in addition to the first matching regex or "DEFAULT".