summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/branch.rb
blob: 586380da94a3f5e1a338093a3469a51ebc6e93f3 (plain)
1
2
3
4
5
6
module Gitlab
  module Git
    class Branch < Ref
    end
  end
end