Home
last modified time | relevance | path

Searched refs:CreateRemoteBranch (Results 1 – 13 of 13) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref/
H A Dremote_branches_test.go35 gittest.CreateRemoteBranch(t, cfg, repoPath, remoteName, branchName, commitID)
39 gittest.CreateRemoteBranch(t, cfg, repoPath, excludedRemote, branchName, commitID)
H A Drefs_test.go551 gittest.CreateRemoteBranch(t, cfg, repoPath, "origin",
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref/
H A Dremote_branches_test.go35 gittest.CreateRemoteBranch(t, cfg, repoPath, remoteName, branchName, commitID)
39 gittest.CreateRemoteBranch(t, cfg, repoPath, excludedRemote, branchName, commitID)
H A Drefs_test.go961 gittest.CreateRemoteBranch(t, cfg, repoPath, "origin",
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref/
H A Dremote_branches_test.go35 gittest.CreateRemoteBranch(t, cfg, repoPath, remoteName, branchName, commitID)
39 gittest.CreateRemoteBranch(t, cfg, repoPath, excludedRemote, branchName, commitID)
H A Drefs_test.go551 gittest.CreateRemoteBranch(t, cfg, repoPath, "origin",
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest/
H A Dbranch.go10 func CreateRemoteBranch(t testing.TB, cfg config.Cfg, repoPath, remoteName, branchName, ref string)… func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest/
H A Dbranch.go10 func CreateRemoteBranch(t testing.TB, cfg config.Cfg, repoPath, remoteName, branchName, ref string)… func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest/
H A Dbranch.go10 func CreateRemoteBranch(t testing.TB, cfg config.Cfg, repoPath, remoteName, branchName, ref string)… func
/dports/devel/git-town/git-town-7.6.0/src/steps/
H A Dcreate_remote_branch_step.go17 return repo.Logging.CreateRemoteBranch(step.Sha, step.BranchName)
/dports/devel/git-town/git-town-7.6.0/test/
H A Dgit_environment.go215 func (env GitEnvironment) CreateRemoteBranch(name, parent string) error { func
H A Dgit_environment_test.go134 err = cloned.CreateRemoteBranch("b1", "main")
/dports/devel/git-town/git-town-7.6.0/src/git/
H A Drunner.go321 func (r *Runner) CreateRemoteBranch(localSha, branchName string) error { func