1
0
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 09:35:57 +01:00

Merge pull request from nanoant/patch/add-pre-receive-hook

Allow pre-receive hook customization
This commit is contained in:
Unknwon 2015-12-07 19:31:16 -05:00
commit fde9c69679

View File

@ -27,6 +27,7 @@ var hookNames = []string{
"post-checkout",
"post-merge",
"pre-push",
"pre-receive",
// "update",
"post-receive",
"post-update",