5 lines
58 B
Ruby
5 lines
58 B
Ruby
module Ci
|
|
module Git
|
|
BLANK_SHA = '0' * 40
|
|
end
|
|
end
|