diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2018-12-20 17:01:03 +0100 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2018-12-20 17:01:03 +0100 |
commit | 482e981dc06fefa0239fecddd955727e8f75ec9d (patch) | |
tree | 6394d2df9e4c78f1b144dba758c1c041affed385 /README.md | |
parent | d3a853ec18c347ff85810d44c562af8de9249e58 (diff) | |
download | gitlab-shell-482e981dc06fefa0239fecddd955727e8f75ec9d.tar.gz |
Gitaly hook transistion changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ Git hooks that allow GitLab to validate Git pushes (e.g. "is this user allowed to push to this protected branch"). These hooks also trigger events in GitLab (e.g. to start a CI pipeline after a push). In GitLab's current architecture (Q4 2018) these hooks belong to Gitaly -more than gitlab-shell. We [intend to move them to the Gitaly +more than gitlab-shell. We [are moving them to the Gitaly repository](https://gitlab.com/gitlab-org/gitaly/issues/1226). ## Code status |