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

git.rb « ci « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7acc3f38edbe76994177a0679bada85421215966 (plain)
1
2
3
4
5
module Ci
  module Git
    BLANK_SHA = '0' * 40
  end
end