Explorar o código

Fix remote dpush refs?

Jelmer Vernooij %!s(int64=16) %!d(string=hai) anos
pai
achega
e14328a980
Modificáronse 1 ficheiros con 0 adicións e 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)