From: Jeff King <hidden> Date: 2016-08-15 20:11:39
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 <redacted>
Same remarks here as on the last patch, including strtoumax. :)
-Peff