summaryrefslogtreecommitdiff
path: root/lib/gitlab_custom_hook.rb
Commit message (Collapse)AuthorAgeFilesLines
* Simplify custom hook output handlingcustom-hook-outputJacob Vosmaer2016-06-241-29/+16
|
* Move setting/unsetting of GL_ID from lib to executables.Douwe Maan2015-04-061-8/+5
|
* Enable rubocop ruleDmitriy Zaporozhets2015-03-021-2/+2
|
* Fix custom hook output and return valuesDrew Blessing2014-11-181-3/+3
|
* Fix the calls to pre- and post-receive custom hooksjkbzh2014-11-061-14/+41
| | | | | | - Reset G_ID if the custom pre-receive hook fails - Use a pipe to feed stdin to the custom pre- and post-receive hooks, in the same way that the standalone git works
* Support for custom hooksDrew Blessing2014-11-051-0/+42