summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-09-24 11:19:43 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-09-24 11:19:43 +0100
commit8cd5b8c5cfd02cd6d0911a0336af91d367e447fa (patch)
tree4fde3b7968a91006f720b981bae5e891d4e5141d /lib
parentf1bafe736175a1636bcdb6c03d6821abb44e7597 (diff)
downloadgitano-8cd5b8c5cfd02cd6d0911a0336af91d367e447fa.tar.gz
LACE: Provide new/old object data (incl. type and sign state) to lace
Diffstat (limited to 'lib')
-rw-r--r--lib/gitano/lace.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gitano/lace.lua b/lib/gitano/lace.lua
index 953327e..ee6b6e8 100644
--- a/lib/gitano/lace.lua
+++ b/lib/gitano/lace.lua
@@ -180,6 +180,9 @@ local simples = {
"targetuser", "targetgroup", "member",
"targetgroup/prefix", "targetgroup/suffix",
"member/prefix", "member/suffix",
+ -- Stuff from update hooks for object types
+ "oldtype", "oldtaggedtype", "oldtaggedsha", "oldsigned",
+ "newtype", "newtaggedtype", "newtaggedsha", "newsigned",
}
local matchers = {}