summaryrefslogtreecommitdiff
path: root/lib/gitlab/git.rb
blob: 67aca5e36e90580f0b381e7231400bd3e14758bc (plain)
1
2
3
4
5
module Gitlab
  module Git
    BLANK_SHA = '0' * 40
  end
end