##// END OF EJS Templates
git: sync_fetch should fetch HEAD ref
marcink -
r558:d806d23f default
parent child Browse files
Show More
@@ -473,6 +473,10 b' class GitRemote(object):'
473 473 if ref.endswith(self.peeled_ref_marker):
474 474 log.debug("Skipping peeled reference %s", ref)
475 475 continue
476 # don't sync HEAD
477 if ref in ['HEAD']:
478 continue
479
476 480 remote_refs[ref] = sha
477 481
478 482 if refs and sha in refs:
General Comments 0
You need to be logged in to leave comments. Login now