Explorar el Código

Fix remote dpush refs?

Jelmer Vernooij hace 16 años
padre
commit
407b5f0399
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)