From 56299bdfe454268ebe340b9cb87760a2014ff13d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 3 Dec 2016 17:03:32 +0000 Subject: Finalise lace context simple matches --- lib/gitano/lace.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') 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 = {} -- cgit v1.2.1