mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	@@ -129,8 +129,7 @@ func NewRepoContext() {
 | 
			
		||||
		log.Fatal(4, "Fail to execute 'git config --global core.quotepath false': %s", stderr)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// Clean up temporary data.
 | 
			
		||||
	os.RemoveAll(filepath.Join(setting.AppDataPath, "tmp"))
 | 
			
		||||
	RemoveAllWithNotice("Clean up repository temporary data", filepath.Join(setting.AppDataPath, "tmp"))
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Repository represents a git repository.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user