summaryrefslogtreecommitdiffstats
path: root/hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'hooks.py')
-rw-r--r--hooks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks.py b/hooks.py
index f940e3f5..fc31a5ef 100644
--- a/hooks.py
+++ b/hooks.py
@@ -25,6 +25,7 @@ from git_refs import HEAD
25# The API we've documented to hook authors. Keep in sync with repo-hooks.md. 25# The API we've documented to hook authors. Keep in sync with repo-hooks.md.
26_API_ARGS = { 26_API_ARGS = {
27 "pre-upload": {"project_list", "worktree_list"}, 27 "pre-upload": {"project_list", "worktree_list"},
28 "post-sync": {"repo_topdir"},
28} 29}
29 30
30 31