From 0cf5fbc2e4ee124b4dc583fac6f7ad697616a56a Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Thu, 24 Feb 2022 00:07:20 +0000 Subject: index-pack: clarify the breached limit As a small courtesy to users, report what limit was breached. This is especially useful when a push exceeds a server-defined limit, since the user is unlikely to have configured the limit (their host did). Also demonstrate the human-readable message in a test. Helped-by: Taylor Blau Helped-by: Derrick Stolee Signed-off-by: Matt Cooper Signed-off-by: Junio C Hamano --- t/t5302-pack-index.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 't/t5302-pack-index.sh') diff --git a/t/t5302-pack-index.sh b/t/t5302-pack-index.sh index 8ee67df38f..b0095ab41d 100755 --- a/t/t5302-pack-index.sh +++ b/t/t5302-pack-index.sh @@ -284,4 +284,12 @@ test_expect_success 'index-pack -v --stdin produces progress for both phases' ' test_i18ngrep "Resolving deltas" err ' +test_expect_success 'too-large packs report the breach' ' + pack=$(git pack-objects --all pack err && + grep "maximum allowed size (20 bytes)" err +' + test_done -- cgit v1.2.3