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:
authorPavlo Strokov <pstrokov@gitlab.com>2022-02-01 13:55:04 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2022-02-01 13:55:04 +0300
commite0497cf509cb3e49d8e2f467ddec14e0b51a4f74 (patch)
tree4d3df48a949a27920c448b73919b3bfa08a2d0d9
parent3fa7b15a34c2e0aeca64168f733e74f0c901a21f (diff)
parent2fe599e65f26bd13cabd2f75b3545f4f018cc466 (diff)
Merge branch 'id-remove-gitlab-shell-hooks-from-docs' into 'master'
Remove obsolete info about hooks from docs See merge request gitlab-org/gitaly!4302
-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: