|
@@ -1591,7 +1591,9 @@ def write_pack_objects(f, objects, delta_window_size=None, deltify=None):
|
|
:return: Dict mapping id -> (offset, crc32 checksum), pack checksum
|
|
:return: Dict mapping id -> (offset, crc32 checksum), pack checksum
|
|
pack_contents = deltify_pack_objects(objects, delta_window_size)
|
|
pack_contents = deltify_pack_objects(objects, delta_window_size)
|