ansible-later/env_27/lib/python2.7/site-packages/gitdb/const.py

5 lines
90 B
Python
Raw Normal View History

2019-04-11 15:56:20 +02:00
BYTE_SPACE = b' '
NULL_BYTE = b'\0'
NULL_HEX_SHA = "0" * 40
NULL_BIN_SHA = NULL_BYTE * 20