On Sun, May 15, 2011 at 23:37, Johan Herland <johan@xxxxxxxxxxx> wrote: > Here's the next iteration of what started out as a simple patch to let > the server refuse pushes that exceeded a configurable limit on the > #objects in a pack. > > The current patch series allows limiting pushes by > Â- size of pack > Â- #objects in pack > Â- #commits in pack FWIW I'd find this very useful. I recently spent a fair amount of time cleaning up the mess created by a user pushing all the tags from repository A to repository B (don't ask), the options you've implemented here would have stopped that. And as you point out even if you refuse these sort of things with a hook (which I later implemented) that doesn't stop the server from accepting the objects and keeping them around. -- 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