summaryrefslogtreecommitdiff
path: root/lib/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git.rb')
-rw-r--r--lib/git.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/git.rb b/lib/git.rb
new file mode 100644
index 0000000..c6b9f6b
--- /dev/null
+++ b/lib/git.rb
@@ -0,0 +1,3 @@
+module Git
+ BLANK_SHA = '0' * 40
+end