0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 06:18:39 +01:00
gitea/routers/private
Lunny Xiao 263a716cb5
Performance optimization for git push (#30104)
Agit returned result should be from `ProcReceive` hook but not
`PostReceive` hook. Then for all non-agit pull requests, it will not
check the pull requests for every pushing `refs/pull/%d/head`.
2024-04-09 03:43:17 +00:00
..
tests/repos
actions.go
default_branch.go
hook_post_receive.go Performance optimization for git push (#30104) 2024-04-09 03:43:17 +00:00
hook_pre_receive.go
hook_proc_receive.go
hook_verification_test.go
hook_verification.go
internal_repo.go
internal.go
key.go
mail.go
main_test.go
manager_process.go
manager_unix.go
manager_windows.go
manager.go
restore_repo.go
serv.go
ssh_log.go