Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
49367830
Commit
49367830
authored
Mar 25, 2020
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation link to Gitlab::Git::HookEnv comments
parent
6327fdde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
lib/gitlab/git/hook_env.rb
lib/gitlab/git/hook_env.rb
+6
-5
No files found.
lib/gitlab/git/hook_env.rb
View file @
49367830
...
...
@@ -4,12 +4,13 @@
module
Gitlab
module
Git
# Ephemeral (per request) storage for environment variables that some Git
# commands need during internal API calls made from Git push hooks.
# Ephemeral (per request) storage for environment variables that some
# 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
#
$GIT_OBJECT_DIRECTORY. Without it set, the new objects cannot be retrieved
#
(this would break push rules for instance)
.
#
See
#
https://gitlab.com/gitlab-org/gitaly/-/blob/master/doc/object_quarantine.md#gitlab-and-git-object-quarantine
#
for more information
.
#
# This class is thread-safe via RequestStore.
class
HookEnv
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment