summaryrefslogtreecommitdiff
path: root/lib/hooks_utils.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use `module_fuction` instead of `extend self`Jonathon Reinhart2018-12-131-1/+1
| | | | https://github.com/rubocop-hq/ruby-style-guide#module-function
* Add lib/hooks_utils.rbJonathon Reinhart2018-12-131-0/+15
This module is responsible for converting the GIT_PUSH_OPTION_* environment variables into an array. See https://gitlab.com/gitlab-org/gitlab-ce/issues/18667