summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/hook.rb
Commit message (Expand)AuthorAgeFilesLines
* Clean environment variables when running git hooksfix_custom_hook_envsValery Sizov2016-09-151-5/+7
* Merge branch '18627-wildcard-branch-protection' into 'master' Douwe Maan2016-07-071-6/+3
|\
| * Improve the error message displayed when branch creation fails.Timothy Andrew2016-07-051-6/+3
* | Raise an error if no protocol is passed to the GitAccess check.Patricio Cano2016-07-051-1/+2
* | Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-051-1/+1
* | Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-1/+2
|/
* Handle custom Git hook result in GitLab UIValery Sizov2016-07-041-2/+7
* Better message for git hooks and file locksValery Sizov2016-07-041-4/+9
* Fire update hook from GitLabValery Sizov2015-11-301-0/+17
* Refactor pre/post receive commit services into one classDmitriy Zaporozhets2015-08-141-0/+59