mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 05:06:46 +10:00
6 lines
62 B
Ruby
6 lines
62 B
Ruby
module Gitlab
|
|
module Git
|
|
BLANK_SHA = '0' * 40
|
|
end
|
|
end
|