debian-mirror-gitlab/lib/gitlab/git/repository_mirroring.rb
2018-11-20 20:47:30 +05:30

9 lines
180 B
Ruby

module Gitlab
module Git
module RepositoryMirroring
def remote_branches(remote_name)
gitaly_ref_client.remote_branches(remote_name)
end
end
end
end