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:
authorblanet <moweng.xx@alibaba-inc.com>2022-06-21 11:25:09 +0300
committerblanet <moweng.xx@alibaba-inc.com>2022-06-27 09:14:43 +0300
commit2ca37cd3341a7239cc22a1a684e21af6728be7be (patch)
tree33afd7d3040272211aa4c103a5889c9738e5a2e5
parent9d41f725da511bd296e324be9a0a95459293b5c7 (diff)
Typo fix for design doc of pack-objects cache
Signed-off-by: blanet <moweng.xx@alibaba-inc.com>
-rw-r--r--doc/design_pack_objects_cache.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design_pack_objects_cache.md b/doc/design_pack_objects_cache.md
index a44a67679..fca4c9e46 100644
--- a/doc/design_pack_objects_cache.md
+++ b/doc/design_pack_objects_cache.md
@@ -34,7 +34,7 @@ The whole pack-objects cache path depends on
option. When upload-pack would run git pack-objects to create a packfile for a
client, it will run `gitaly-hooks` binary instead. The arguments when calling
`gitaly-hooks` includes `git pack-objects` at the beginning. This pattern is
-similar to how Gitaly handles Git hooks during a push (such as `pre-preceive`
+similar to how Gitaly handles Git hooks during a push (such as `pre-receive`
and `post-receive`).
## Problem scope