Browse Source

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

Allow pre-receive hook customization
for-closed-social
Unknwon 9 years ago
parent
commit
fde9c69679
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/git/hooks.go

+ 1
- 0
modules/git/hooks.go View File

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

Loading…
Cancel
Save