debian-mirror-gitlab/lib/gitlab/git/repository_mirroring.rb

10 lines
180 B
Ruby
Raw Normal View History

2018-03-17 18:26:18 +05:30
module Gitlab
module Git
module RepositoryMirroring
2018-11-18 11:00:15 +05:30
def remote_branches(remote_name)
2018-11-20 20:47:30 +05:30
gitaly_ref_client.remote_branches(remote_name)
2018-03-17 18:26:18 +05:30
end
end
end
end