0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-03-31 01:13:46 +02:00
wxiaoguang c08e42c47e
Refactor parseTreeEntries, speed up tree list ()
Close  (fix the panic when parsing invalid input), Speed up  (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
..