Show More
@@ -473,6 +473,10 b' class GitRemote(object):' | |||||
473 | if ref.endswith(self.peeled_ref_marker): |
|
473 | if ref.endswith(self.peeled_ref_marker): | |
474 | log.debug("Skipping peeled reference %s", ref) |
|
474 | log.debug("Skipping peeled reference %s", ref) | |
475 | continue |
|
475 | continue | |
|
476 | # don't sync HEAD | |||
|
477 | if ref in ['HEAD']: | |||
|
478 | continue | |||
|
479 | ||||
476 | remote_refs[ref] = sha |
|
480 | remote_refs[ref] = sha | |
477 |
|
481 | |||
478 | if refs and sha in refs: |
|
482 | if refs and sha in refs: |
General Comments 0
You need to be logged in to leave comments.
Login now