Merge pull request #8117 from cirosantilli/improve-grack-comment

Improve grack auth hooks comment.
This commit is contained in:
Robert Schilling
2014-10-21 13:10:00 +02:00
+1 -1
View File
@@ -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