commit | 60bca74a78b480028d66ff59f1754d52e0a5d171 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Fri Aug 15 17:25:08 2014 -0700 |
committer | Shawn Pearce <sop@google.com> | Fri Aug 15 17:25:08 2014 -0700 |
tree | aac5d8a5c40d4abed750a168652f42074d039a40 | |
parent | 12968f26dffdec8803be124f71a1bb1415bf0e21 [diff] |
Fix isMergedIntoVisibleRef check to handle prefix in RefMap RefMap does not accept mixed prefixes, as this could cause a key collision. Adding R_HEADS and R_TAGS to the same RefMap will always fail. Instead pull the refs into a List<Ref> and work from that. Change-Id: I57a463cc462b97e3ed6ac76bc8d8129c88819b03