1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-16 16:25:50 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Lunny Xiao
6e3aaa9975
Performance optimization for git push (#30104) (#30354)
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`.

Backport #30104
2024-04-10 14:12:19 +08:00