0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 01:46:21 +01:00
gitea/services/repository/files
wxiaoguang c08e42c47e
Refactor parseTreeEntries, speed up tree list (#21368)
Close #20315 (fix the panic when parsing invalid input), Speed up #20231 (use ls-tree without size field)

Introduce ListEntriesRecursiveFast (ls-tree without size) and ListEntriesRecursiveWithSize (ls-tree with size)
2022-10-08 01:20:53 +08:00
..
cherry_pick.go
commit.go
content_test.go
content.go
delete.go
diff_test.go
diff.go
file_test.go
file.go
patch.go
temp_repo.go
tree_test.go
tree.go
update.go
upload.go