summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/index.rb
blob: c2e4274e3eeeef607a795d0edb32acc1548a7714 (plain)
1
2
3
4
5
6
7
module Gitlab
  module Git
    class Index
      IndexError = Class.new(StandardError)
    end
  end
end