On Thu, Mar 19, 2009 at 12:43 AM, Jeff King <peff@xxxxxxxx> wrote: > The patch below probably fixes it, but as I can't actually reproduce > here, it is largely untested. Thanks. > As a side note, I find this solution a little bit ugly. String lists > should sort on their strings, not on some other random magic in the util > field. This usage really abuses string_list a bit as a data type because > we have no generic "list" type. I really don't think so. The string_list API accommodates this case quite nicely. So why not? (And anyway, what sane configuration pushes a single local branch to multiple remote branches? But the refspecs allow it, so I accommodated it in builtin-remote and tested for it. I never actually tested whether git push works with it tho.) :-) j. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html