Browse Source

Fix git clone

John Carr 16 năm trước cách đây
mục cha
commit
ec88072ab9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dulwich/repo.py

+ 1 - 1
dulwich/repo.py

@@ -84,7 +84,7 @@ class Repo(object):
     :param progress: Simple progress function that will be called with 
         updated progress strings.
     """
-    wants = determine_wants(self.heads())
+    wants = determine_wants(self.get_refs())
     commits_to_send = set(wants)
     sha_done = set()
     ref = graph_walker.next()