We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb0880 commit 8e26807Copy full SHA for 8e26807
services/pull/temp_repo.go
@@ -16,6 +16,8 @@ import (
16
"code.gitea.io/gitea/modules/log"
17
)
18
19
+// createTemporaryRepo creates a temporary repo with "base" for pr.BaseBranch and "tracking" for pr.HeadBranch
20
+// it also create a second base branch called "original_base"
21
func createTemporaryRepo(pr *models.PullRequest) (string, error) {
22
if err := pr.LoadHeadRepo(); err != nil {
23
log.Error("LoadHeadRepo: %v", err)
0 commit comments