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:
authorJohn Cai <jcai@gitlab.com>2020-07-17 23:12:21 +0300
committerJohn Cai <jcai@gitlab.com>2020-07-21 19:12:56 +0300
commit30052eb6209313e675c8598682d5541443f8571b (patch)
tree88e9c2f552fb02af1e5927af83e27bfaff92fbb0 /doc/README.md
parent83e0ecf798ee84a5c3b9be408926f3239dc61f50 (diff)
Document hook execution paths
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 9a593498d..694c13de9 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -12,11 +12,12 @@ The reference guide is documented in https://gitlab.com/gitlab-org/gitlab/blob/m
#### Developing Gitaly
-- When new to Gitaly development, start by reading the [beginners guide](doc/beginners_guide.md).
+- When new to Gitaly development, start by reading the [beginners guide](doc/beginners_guide.md)
- When developing on Gitaly-Ruby, read the [Gitaly-Ruby doc](doc/ruby_endpoint.md)
- The Gitaly release process is described in [our process doc](doc/PROCESS.md)
- Tests use Git repositories too, [read more about them](doc/test_repos.md)
- Praefect uses SQL. To create a new SQL migration see [sql_migrations.md](sql_migrations.md)
+- For Gitaly hooks documentation, see [Gitaly hooks documentation](hooks.md)
#### Gitaly Cluster