mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Allow adding new files to an empty repo (#24164)

This commit is contained in:
		@@ -12,8 +12,6 @@ import (
 | 
			
		||||
	"code.gitea.io/gitea/models/db"
 | 
			
		||||
 | 
			
		||||
	"github.com/stretchr/testify/assert"
 | 
			
		||||
 | 
			
		||||
	_ "github.com/mattn/go-sqlite3"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func changeDefaultFileBlockSize(n int64) (restore func()) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user