MeCo/zero-cost-nas/.eggs/gitdb-4.0.10-py3.8.egg/gitdb/const.py

5 lines
90 B
Python
Raw Normal View History

2023-05-04 07:09:03 +02:00
BYTE_SPACE = b' '
NULL_BYTE = b'\0'
NULL_HEX_SHA = "0" * 40
NULL_BIN_SHA = NULL_BYTE * 20