gitlab-org--gitlab-foss/lib/gitlab/git.rb
Ciro Santilli 71ed0ab069 Fix push not allowed to protected branch if
commit starts with 7 zeros.
2014-11-03 20:37:47 +01:00

5 lines
62 B
Ruby

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