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