]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
index-pack: add --max-input-size=<size> option
authorJeff King <peff@peff.net>
Wed, 24 Aug 2016 18:41:55 +0000 (20:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Aug 2016 19:31:05 +0000 (12:31 -0700)
commit411481be6f27fb1ae8e2263d1e686357226391a3
treefe311af3eb435dadc69a35682ac8dbfbbc11256e
parent2632c897f74b1cc9b5533f467da459b9ec725538
index-pack: add --max-input-size=<size> option

When receiving a pack-file, it can be useful to abort the
`git index-pack`, if the pack-file is too big.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-index-pack.txt
builtin/index-pack.c