Re: [RFC/PATCH 2/3] unpack-objects: add --max-input-size= option

2016-08-15 Thread Jeff King
On Mon, Aug 15, 2016 at 09:57:28PM +0200, Christian Couder wrote: > When receiving a pack-file, it can be useful to abort the > `git unpack-objects`, if the pack-file is too big. > > Signed-off-by: Christian Couder Same remarks here as on the last patch, including

[RFC/PATCH 2/3] unpack-objects: add --max-input-size= option

2016-08-15 Thread Christian Couder
When receiving a pack-file, it can be useful to abort the `git unpack-objects`, if the pack-file is too big. Signed-off-by: Christian Couder --- builtin/unpack-objects.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/builtin/unpack-objects.c