summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2017-01-02 18:56:12 +0000
committerRichard Maw <richard.maw@gmail.com>2017-01-02 19:27:17 +0000
commit8afc4a51b5b355b4b0029376f27c8db5fe7840eb (patch)
tree7b8917731809c64dbcaad9fe771b796e2ecc438a /lib
parentcb927bf5f9aebcea13f30cd2dfa781b1b8ca7cfb (diff)
downloadgitano-8afc4a51b5b355b4b0029376f27c8db5fe7840eb.tar.gz
Remove /{prefix,suffix} matches
`prefix` and `suffix` operators exist, and make this redundant.
Diffstat (limited to 'lib')
-rw-r--r--lib/gitano/lace.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitano/lace.lua b/lib/gitano/lace.lua
index a85ec47..3fcbc60 100644
--- a/lib/gitano/lace.lua
+++ b/lib/gitano/lace.lua
@@ -138,7 +138,6 @@ end
local simples = {
-- Trivial strings/lists
"operation", "ref", "group", "user", "repository",
- "repository/basename", "repository/dirname",
"source", "oldsha", "newsha", "target",
-- Trees for update operations (flat lists)
"start_tree", "target_tree",
@@ -150,9 +149,6 @@ local simples = {
"as_user", "as_group",
-- Stuff for site admin commands
"targetuser", "targetgroup", "member",
- "targetgroup/prefix", "targetgroup/suffix",
- "member/prefix", "member/suffix",
- "targetuser/prefix", "targetuser/suffix",
-- Stuff from update hooks for object types
"oldtype", "oldtaggedtype", "oldtaggedsha", "oldsigned",
"newtype", "newtaggedtype", "newtaggedsha", "newsigned",