Welcome to mirror list, hosted at ThFree Co, Russian Federation.

branch.rb « git « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 586380da94a3f5e1a338093a3469a51ebc6e93f3 (plain)
1
2
3
4
5
6
module Gitlab
  module Git
    class Branch < Ref
    end
  end
end