Home
last modified time | relevance | path

Searched refs:GetBranchCommit (Results 1 – 24 of 24) sorted by relevance

/dports/www/gitea/gitea-1.16.5/integrations/
H A Dmirror_push_test.go61 srcCommit, err := srcGitRepo.GetBranchCommit("master")
68 mirrorCommit, err := mirrorGitRepo.GetBranchCommit("master")
H A Dapi_repo_git_tags_test.go37 commit, _ := gitRepo.GetBranchCommit("master")
H A Drepofiles_update_test.go279 commit, _ := gitRepo.GetBranchCommit(opts.NewBranch)
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Deditor_test.go72 commit, _ := gitRepo.GetBranchCommit(branch)
H A Dwiki_test.go30 commit, err := wikiRepo.GetBranchCommit("master")
H A Drelease.go46 commit, err := repoCtx.GitRepo.GetBranchCommit(release.Target)
H A Dwiki.go99 commit, err := wikiRepo.GetBranchCommit("master")
H A Deditor.go528 commit, err := ctx.Repo.GitRepo.GetBranchCommit(ctx.Repo.BranchName)
H A Dissue.go712 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetBranchCommit(ctx.Repo.Repository.DefaultBranch)
/dports/www/gitea/gitea-1.16.5/services/repository/files/
H A Dfile_test.go114 commit, _ := gitRepo.GetBranchCommit(branch)
H A Dtemp_repo.go335 func (t *TemporaryUploadRepository) GetBranchCommit(branch string) (*git.Commit, error) { func
339 return t.gitRepo.GetBranchCommit(branch)
H A Ddelete.go90 commit, err := t.GetBranchCommit(opts.OldBranch)
H A Dupdate.go196 commit, err := t.GetBranchCommit(opts.OldBranch)
/dports/www/gitea/gitea-1.16.5/modules/context/
H A Drepo.go213 commit, err := r.GitRepo.GetBranchCommit(branch)
229 commit, err := r.GitRepo.GetBranchCommit(r.Repository.DefaultBranch)
869 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetBranchCommit(refName)
893 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetBranchCommit(refName)
999 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetBranchCommit(ctx.Repo.Repository.DefaultBranch)
H A Dapi.go411 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetBranchCommit(refName)
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Drepo_branch.go171 return branch.gitRepo.GetBranchCommit(branch.Name)
H A Dcommit_info_test.go164 if commit, err = repo.GetBranchCommit("master"); err != nil {
H A Drepo_commit.go38 func (repo *Repository) GetBranchCommit(name string) (*Commit, error) { func
/dports/www/gitea/gitea-1.16.5/modules/test/
H A Dcontext_tests.go77 ctx.Repo.Commit, err = gitRepo.GetBranchCommit(branch.Name)
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dcommits.go173 baseCommit, err = gitRepo.GetBranchCommit(head.Name)
H A Dwiki.go472 commit, err := wikiRepo.GetBranchCommit("master")
/dports/www/gitea/gitea-1.16.5/services/repository/
H A Dbranch.go180 commit, err := gitRepo.GetBranchCommit(branchName)
/dports/www/gitea/gitea-1.16.5/services/pull/
H A Dpull.go595 headCommit, err = gitRepo.GetBranchCommit(pr.HeadBranch)
805 baseCommit, err := baseGitRepo.GetBranchCommit(branchName)
821 headCommit, err = headGitRepo.GetBranchCommit(pr.HeadBranch)
/dports/www/gitea/gitea-1.16.5/routers/web/
H A Dweb.go853 ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetBranchCommit(ctx.Repo.Repository.DefaultBranch)