gitlab-org--gitlab-foss/lib/gitlab/git.rb

6 lines
62 B
Ruby

module Gitlab
module Git
BLANK_SHA = '0' * 40
end
end