summaryrefslogtreecommitdiffstats
path: root/Documentation/config-hooks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config-hooks.txt')
-rw-r--r--Documentation/config-hooks.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/Documentation/config-hooks.txt b/Documentation/config-hooks.txt
index fd2ae82b93..1a2db1d7e7 100644
--- a/Documentation/config-hooks.txt
+++ b/Documentation/config-hooks.txt
@@ -57,6 +57,15 @@ Called whenever a change has been abandoned.
change-abandoned --change <change id> --change-url <change url> --project <project name> --branch <branch> --abandoner <abandoner> --reason <reason>
====
+change-deferred
+~~~~~~~~~~~~~~~~
+
+Called whenever a change has been deferred.
+
+====
+ change-deferred --change <change id> --change-url <change url> --project <project name> --branch <branch> --deferrer <deferrer> --reason <reason>
+====
+
change-restored
~~~~~~~~~~~~~~~~
@@ -84,8 +93,8 @@ filenames it looks for by adding a [hooks] section to gerrit.config.
Gerrit will use the value of hooks.path for the hooks directory, and
the values of hooks.patchsetCreatedHook, hooks.commentAddedHook,
-hooks.changeMergedHook and hooks.changeAbandonedHook for the
-filenames for the hooks.
+hooks.changeMergedHook, hooks.changeAbandonedHook and
+hooks.changeDeferredHook for the filenames for the hooks.
Missing Change URLs
-------------------