Johan Herland <johan@xxxxxxxxxxx> writes: > Add a new receive.packSizeLimit config variable which defines an upper > limit on the pack size to accept in a single push. > > This limit is advertised to clients, using the new "limit-pack-size=<num>" > capability. Continuing my comments to 7/10, this shouldn't be closely tied to "pack", but a more abstract concept of "total transferred data in bytes". Aside from the name, the implementation looks fine, modulo that it should not be passing --max-pack-size but --max-total-pack-size to the underlying pack-objects command. Thanks. -- 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