Parcourir la source

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

Allow pre-receive hook customization
Unknwon il y a 9 ans
Parent
commit
fde9c69679
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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",