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.
forgejo/routers/private
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context (#17868)
This PR continues the work in #17125 by progressively ensuring that git
commands run within the request context.

This now means that the if there is a git repo already open in the context it will be used instead of reopening it.

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
default_branch.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
hook_post_receive.go show pull link for agit pull request also (#18235) 3 years ago
hook_pre_receive.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
hook_proc_receive.go Clean-up HookPreReceive and restore functionality for pushing non-standard refs (#16705) 3 years ago
hook_verification.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
internal.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
internal_repo.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
key.go Refactor HTTP request context (#17979) 3 years ago
mail.go Refactor HTTP request context (#17979) 3 years ago
manager.go Refactor HTTP request context (#17979) 3 years ago
manager_unix.go Refactor HTTP request context (#17979) 3 years ago
manager_windows.go Refactor HTTP request context (#17979) 3 years ago
restore_repo.go Move migrations into services and base into modules/migration (#17663) 3 years ago
serv.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
ssh_log.go add a new internal hook to save ssh log (#15787) 3 years ago