1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-09 17:24:43 +00:00
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
..
2022-08-30 21:15:45 -05:00
2022-06-11 21:50:14 +08:00
2021-10-24 22:12:43 +01:00
2022-08-09 11:22:24 +08:00
2022-01-20 18:46:10 +01:00
2022-06-11 21:50:14 +08:00
2022-08-30 21:15:45 -05:00
2022-08-30 21:15:45 -05:00
2022-01-20 18:46:10 +01:00
2021-10-17 20:47:12 +01:00
2022-01-20 18:46:10 +01:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.