71ed0ab069
commit starts with 7 zeros.
5 lines
62 B
Ruby
5 lines
62 B
Ruby
module Gitlab
|
|
module Git
|
|
BLANK_SHA = '0' * 40
|
|
end
|
|
end
|