forgejo/services/repository
zeripath 4199d28053
When updating by rebase we need to set the environment for head repo (#22535)
The update by rebase code reuses the merge code but shortcircuits and
pushes back up to the head. However, it doesn't set the correct pushing
environment - and just uses the same environment as the base repo. This
leads to the push update failing and thence the PR becomes out-of-sync
with the head.

This PR fixes this and adjusts the trace logging elsewhere to help make
this clearer.

Fix #18802

Signed-off-by: Andrew Thornton <art27@cantab.net>

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2023-01-19 17:31:44 -05:00
..
archiver
files Supports wildcard protected branch (#20825) 2023-01-16 16:00:22 +08:00
adopt.go Change use of Walk to WalkDir to improve disk performance (#22462) 2023-01-16 16:21:44 +00:00
adopt_test.go
avatar.go
avatar_test.go
branch.go Supports wildcard protected branch (#20825) 2023-01-16 16:00:22 +08:00
cache.go
check.go
fork.go
fork_test.go
hooks.go
lfs.go Add cron method to gc LFS MetaObjects (#22385) 2023-01-16 13:50:53 -06:00
main_test.go
push.go When updating by rebase we need to set the environment for head repo (#22535) 2023-01-19 17:31:44 -05:00
repository.go
repository_test.go
review.go
review_test.go
template.go
transfer.go
transfer_test.go