Procházet zdrojové kódy

Fix remote dpush refs?

Jelmer Vernooij před 16 roky
rodič
revize
e14328a980
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      dulwich/client.py

+ 0 - 1
dulwich/client.py

@@ -113,7 +113,6 @@ class GitClient(object):
         objects = generate_pack_contents(have, want)
         (entries, sha) = write_pack_data(self.proto.write_file(), objects, 
                                          len(objects))
-        self.proto.write(sha)
         
         # read the final confirmation sha
         client_sha = self.proto.read(20)