Commit 67aef3cd authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'jv-add-object-quarantine-reference' into 'master'

Update Gitlab::Git::HookEnv code comments

See merge request gitlab-org/gitlab!28028
parents 37a47d6e 49367830
...@@ -4,12 +4,13 @@ ...@@ -4,12 +4,13 @@
module Gitlab module Gitlab
module Git module Git
# Ephemeral (per request) storage for environment variables that some Git # Ephemeral (per request) storage for environment variables that some
# commands need during internal API calls made from Git push hooks. # Git commands need during internal API calls made from the Git
# pre-receive push hook.
# #
# For example, in pre-receive hooks, new objects are put in a temporary # See
# $GIT_OBJECT_DIRECTORY. Without it set, the new objects cannot be retrieved # https://gitlab.com/gitlab-org/gitaly/-/blob/master/doc/object_quarantine.md#gitlab-and-git-object-quarantine
# (this would break push rules for instance). # for more information.
# #
# This class is thread-safe via RequestStore. # This class is thread-safe via RequestStore.
class HookEnv class HookEnv
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment