mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Refactor modules/git global variables (#29376)
Move some global variables into a struct to improve maintainability
This commit is contained in:
		| @@ -101,7 +101,7 @@ func InitRepository(ctx context.Context, repoPath string, bare bool, objectForma | ||||
| 	if !IsValidObjectFormat(objectFormatName) { | ||||
| 		return fmt.Errorf("invalid object format: %s", objectFormatName) | ||||
| 	} | ||||
| 	if SupportHashSha256 { | ||||
| 	if DefaultFeatures.SupportHashSha256 { | ||||
| 		cmd.AddOptionValues("--object-format", objectFormatName) | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user