John Carr 16 年之前
父節點
當前提交
93b4e14f70
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 = []