1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-20 01:45:59 -04:00
gitea/modules/git/pipeline
Lunny Xiao c03baab678
Refactor the usage of batch catfile (#31754)
When opening a repository, it will call `ensureValidRepository` and also
`CatFileBatch`. But sometimes these will not be used until repository
closed. So it's a waste of CPU to invoke 3 times git command for every
open repository.

This PR removed all of these from `OpenRepository` but only kept
checking whether the folder exists. When a batch is necessary, the
necessary functions will be invoked.
2024-08-20 17:04:57 +00:00
..
catfile.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
lfs_common.go Deduplicate lfs common code (#30704) 2024-04-26 02:53:30 +00:00
lfs_gogit.go Deduplicate lfs common code (#30704) 2024-04-26 02:53:30 +00:00
lfs_nogogit.go Refactor the usage of batch catfile (#31754) 2024-08-20 17:04:57 +00:00
namerev.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
revlist.go Refactor and tidy-up the merge/update branch code (#22568) 2023-03-07 15:07:35 -05:00