mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Merge pull request #8117 from cirosantilli/improve-grack-comment
Improve grack auth hooks comment.
This commit is contained in:
@@ -90,7 +90,7 @@ module Grack
|
||||
when *Gitlab::GitAccess::PUSH_COMMANDS
|
||||
if user
|
||||
# Skip user authorization on upload request.
|
||||
# It will be serverd by update hook in repository
|
||||
# It will be done by the pre-receive hook in the repository.
|
||||
true
|
||||
else
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user