Explorar el Código

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

Allow pre-receive hook customization
Unknwon hace 9 años
padre
commit
fde9c69679
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      modules/git/hooks.go

+ 1 - 0
modules/git/hooks.go

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