1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-15 06:04:32 -04: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 Clean up log messages (#30313) 2024-04-07 19:17:06 +08:00
default_branch.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 2024-03-08 15:30:10 +08:00
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 Clean up log messages (#30313) 2024-04-07 19:17:06 +08:00
internal_repo.go
internal.go
key.go
mail.go Clean up log messages (#30313) 2024-04-07 19:17:06 +08:00
main_test.go
manager_process.go
manager_unix.go
manager_windows.go
manager.go
restore_repo.go
serv.go
ssh_log.go