1
0
Fork 0
forgejo/services/pull
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context ()
This PR continues the work in  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>
2022-01-19 23:26:57 +00:00
..
check.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
check_test.go Decouple unit test, remove intermediate unittestbridge package () 2021-11-16 16:53:21 +08:00
commit_status.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
lfs.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
main_test.go Decouple unit test code from business code () 2021-11-12 22:36:47 +08:00
merge.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
patch.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
patch_unmerged.go Improve TestPatch to use git read-tree -m and implement git-merge-one-file functionality () 2021-12-19 05:19:25 +01:00
pull.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
pull_test.go Append to existing trailers in generated squash commit message () 2021-06-25 13:01:43 -04:00
review.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
temp_repo.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
update.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00