I think this patch alone (regardless of the rest which I haven't read)
probably makes sense.
Except that I think the part below contradicts with the --mirror push
semantics (see remote.c::match_refs()).
if (!send_mirror && prefixcmp(src->name, "refs/heads/"))
continue;
The way I read this, send_mirror will send everything, even if it's
outside refs/heads/*. So refs/*.
If we agree on the semantics, would you harvest it separately or should
I resubmit?
Paolo
--
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