summaryrefslogtreecommitdiffstats
path: root/roles/git/hooks/files/update-block-push-origin
Commit message (Collapse)AuthorAgeFilesLines
* git/hooks: Improve an error messageMathieu Bridon2015-01-231-3/+8
|
* distgit: Block push of branches named 'origin/*'Mathieu Bridon2014-10-271-0/+10
We already use the update hook for gitolite. This introduces a new update hook, which merely chains the gitolite one, and a new one to block pushes to badly named branches. The new hook was written originally by Till Maas. https://fedorahosted.org/rel-eng/ticket/4071