Files
gitlabhq/lib/gitlab/git.rb
T
2014-11-03 20:37:47 +01:00

6 lines
62 B
Ruby

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