mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Merge pull request #2122 from nanoant/patch/add-pre-receive-hook
Allow pre-receive hook customization
This commit is contained in:
		@@ -27,6 +27,7 @@ var hookNames = []string{
 | 
				
			|||||||
	"post-checkout",
 | 
						"post-checkout",
 | 
				
			||||||
	"post-merge",
 | 
						"post-merge",
 | 
				
			||||||
	"pre-push",
 | 
						"pre-push",
 | 
				
			||||||
 | 
						"pre-receive",
 | 
				
			||||||
	// "update",
 | 
						// "update",
 | 
				
			||||||
	"post-receive",
 | 
						"post-receive",
 | 
				
			||||||
	"post-update",
 | 
						"post-update",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user