summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gitano/lace.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitano/lace.lua b/lib/gitano/lace.lua
index f50c3d4..6b2c66d 100644
--- a/lib/gitano/lace.lua
+++ b/lib/gitano/lace.lua
@@ -142,6 +142,7 @@ 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",
-- Tree diffs for update operations (flat lists)
@@ -154,11 +155,14 @@ local simples = {
"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",
-- Stuff for keyring command
"keyringname",
+ -- Stuff for config command
+ "key", "value",
}
local matchers = {}