commit | abd1a7cdf24b6dab7af9212d1d2a478de4789791 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed May 27 21:35:55 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed May 27 21:35:55 2009 -0700 |
tree | e9866dd6826fca3f709f5e84c124eea094daf319 | |
parent | 776cc548ef0d1c76f10207dc9ce9ca78272ce7cc [diff] |
Fix treatment of symbolic refs in PushOp We need to use the symbolic ref name when mirroring, as we flatten it out to a normal ref on the remote site. This prevents cases where we needed to push both "HEAD" and "refs/heads/master" as the former was a symbolic-ref to the latter. Signed-off-by: Shawn O. Pearce <sop@google.com>