Эх сурвалжийг харах

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

Allow pre-receive hook customization
Unknwon 9 жил өмнө
parent
commit
fde9c69679
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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",