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
path: root/doc
diff options
context:
space:
mode:
authorIgor Drozdov <idrozdov@gitlab.com>2022-02-01 09:26:33 +0300
committerIgor Drozdov <idrozdov@gitlab.com>2022-02-01 09:26:52 +0300
commit2fe599e65f26bd13cabd2f75b3545f4f018cc466 (patch)
treea9ba56a56e7030cd76082ba4951ece74d3415b60 /doc
parent2b9720a51e6f447af10327b6dd275e91f2029bc7 (diff)
Remove obsolete info about hooks from docs
The docs mentions that hooks belongs to Gitlab Shell but it was changed: https://gitlab.com/gitlab-org/gitaly/issues/1226
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration/README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/configuration/README.md b/doc/configuration/README.md
index 834748874..70cf84498 100644
--- a/doc/configuration/README.md
+++ b/doc/configuration/README.md
@@ -148,24 +148,6 @@ max\_rss limit.
|num_workers|integer|no|Number of gitaly-ruby worker processes. Try increasing this number in case of ResourceExhausted errors. Default 2, minimum 2.|
|linguist_languages_path|string|no|Override for dynamic languages.json discovery. Default: "" (use dynamic discovery).|
-### gitlab-shell
-
-For historical reasons
-[gitlab-shell](https://gitlab.com/gitlab-org/gitlab-shell) contains
-the Git hooks that allow GitLab to validate and react to Git pushes.
-Because Gitaly "owns" Git pushes, gitlab-shell must therefore be
-installed alongside Gitaly. We hope this will be [simplified in the
-future](https://gitlab.com/gitlab-org/gitaly/issues/1226).
-
-```toml
-[gitlab-shell]
-dir = "/home/git/gitlab-shell"
-```
-
-|name|type|required|notes|
-|----|----|--------|-----|
-|dir|string|yes|The directory where gitlab-shell is installed.|
-
### Logging
Example: