You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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`.
10 months ago
..
tests/repos Fix verifyCommits error when push a new branch (#26664) 1 year ago
actions.go Clean up log messages (#30313) 10 months ago
default_branch.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 11 months ago
hook_post_receive.go Performance optimization for git push (#30104) 10 months ago
hook_pre_receive.go Move context from modules to services (#29440) 12 months ago
hook_proc_receive.go Move context from modules to services (#29440) 12 months ago
hook_verification.go Clean up log messages (#30313) 10 months ago
hook_verification_test.go Adjust object format interface (#28469) 1 year ago
internal.go Move context from modules to services (#29440) 12 months ago
internal_repo.go Move context from modules to services (#29440) 12 months ago
key.go Move context from modules to services (#29440) 12 months ago
mail.go Clean up log messages (#30313) 10 months ago
main_test.go make writing main test easier (#27270) 1 year ago
manager.go Move context from modules to services (#29440) 12 months ago
manager_process.go Move context from modules to services (#29440) 12 months ago
manager_unix.go Move context from modules to services (#29440) 12 months ago
manager_windows.go Move context from modules to services (#29440) 12 months ago
restore_repo.go Move context from modules to services (#29440) 12 months ago
serv.go Move context from modules to services (#29440) 12 months ago
ssh_log.go Move context from modules to services (#29440) 12 months ago