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