You would need a protocol extension for this, as the protocol
defines all the remainder after the have-ack exchange to be
intended for unpack-objects, not just the data for a single pack
that immediately follows the exchange. Mysteriously,
unpack-objects even has code to write out the remainder after
the pack data.
The protocol extension would probably need to depend on the
existence of sideband. Make the sending side signal the end of
the pack data over the sideband after sending a pack, and then
both sides can go back to the "C: I want these too, S: Ok, here
it is" exchange. You may optionally want to do another have-ack
exchange here, but for the purpose of tag following I suspect
there is no need for that.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html