summaryrefslogtreecommitdiff
path: root/lib/git.rb
blob: c6b9f6b440972bb6672856091f6ea022074a715b (plain)
1
2
3
module Git
  BLANK_SHA = '0' * 40
end