Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hooks.md')
-rw-r--r--doc/hooks.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/hooks.md b/doc/hooks.md
index 232273587..821367ca5 100644
--- a/doc/hooks.md
+++ b/doc/hooks.md
@@ -55,7 +55,6 @@ through gitaly.
| subcommand | purpose | arguments | stdin |
|----------------|----------|-----------|--------|
-| `check` | checks if the hooks can reach the gitlab server | none | none |
| `pre-receive` | used as the git pre-receive hook none | `<old-value>` SP `<new-value>` SP `<ref-name>` LF |
| `update` | used as the git update hook | `<ref-name>` `<old-object>` `<new-object>` | none
| `post-receive` | used as the git post-receive hook | none | `<old-value>` SP `<new-value>` SP `<ref-name>` LF |