module documentation

Compatibility tests for git packs.

Class TestPack Compatibility tests for reading and writing pack files.
Function _git_verify_pack_object_list Undocumented
Constant _NON_DELTA_RE Undocumented
def _git_verify_pack_object_list(output):

Undocumented

_NON_DELTA_RE =

Undocumented

Value
re.compile(rb'non delta: (?P<non_delta>\d+) objects')