Commit 49367830 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Add documentation link to Gitlab::Git::HookEnv comments

parent 6327fdde
...@@ -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