summaryrefslogtreecommitdiff
path: root/gitdb/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitdb/const.py')
-rw-r--r--gitdb/const.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitdb/const.py b/gitdb/const.py
new file mode 100644
index 0000000..6391d79
--- /dev/null
+++ b/gitdb/const.py
@@ -0,0 +1,4 @@
+BYTE_SPACE = b' '
+NULL_BYTE = b'\0'
+NULL_HEX_SHA = "0" * 40
+NULL_BIN_SHA = NULL_BYTE * 20