Home
last modified time | relevance | path

Searched refs:GITALY_INTERNAL_URL (Results 1 – 4 of 4) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Drepository.rb12 GITALY_INTERNAL_URL = 'ssh://gitaly/internal.git'.freeze constant in Gitlab.Git.Repository
311 args = %W[fetch --no-tags #{GITALY_INTERNAL_URL} #{sha}]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Drepository.rb12 GITALY_INTERNAL_URL = 'ssh://gitaly/internal.git'.freeze constant in Gitlab.Git.Repository
311 args = %W[fetch --no-tags #{GITALY_INTERNAL_URL} #{sha}]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Drepository.rb17 GITALY_INTERNAL_URL = 'ssh://gitaly/internal.git'.freeze constant in Gitlab.Git.Repository
396 args = %W[fetch --no-tags #{GITALY_INTERNAL_URL} #{sha}]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/git/
H A Drepository.rb18 GITALY_INTERNAL_URL = 'ssh://gitaly/internal.git' constant in Gitlab.Git.Repository