mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	[doctor] explain what enable-push-options does (#19740)
This commit is contained in:
		@@ -207,7 +207,7 @@ func init() {
 | 
			
		||||
		Priority:  6,
 | 
			
		||||
	})
 | 
			
		||||
	Register(&Check{
 | 
			
		||||
		Title:     "Enable push options",
 | 
			
		||||
		Title:     "Check that all git repositories have receive.advertisePushOptions set to true",
 | 
			
		||||
		Name:      "enable-push-options",
 | 
			
		||||
		IsDefault: false,
 | 
			
		||||
		Run:       checkEnablePushOptions,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user