John Carr hace 16 años
padre
commit
93b4e14f70
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      dulwich/pack.py

+ 2 - 0
dulwich/pack.py

@@ -584,6 +584,8 @@ def write_pack_data(f, objects, num_objects, window=10):
     :return: List with (name, offset, crc32 checksum) entries, pack checksum
     """
     recency = list(objects)
+    # FIXME: Somehow limit delta depth
+    # FIXME: Make thin-pack optional (its not used when cloning a pack)
     # Build a list of objects ordered by the magic Linus heuristic
     # This helps us find good objects to diff against us
     magic = []