Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git/hooks: Improve an error message | Mathieu Bridon | 2015-01-23 | 1 | -3/+8 |
| | |||||
* | distgit: Block push of branches named 'origin/*' | Mathieu Bridon | 2014-10-27 | 1 | -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 |