summaryrefslogtreecommitdiff
path: root/lib/ci/git.rb
blob: 7acc3f38edbe76994177a0679bada85421215966 (plain)
1
2
3
4
5
module Ci
  module Git
    BLANK_SHA = '0' * 40
  end
end