t5613: clarify "too deep" recursion tests
commitf0f86fa9f3e2c0199d492ce7779761f1b5470b65
authorJeff King <peff@peff.net>
Mon, 3 Oct 2016 20:34:12 +0000 (3 16:34 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2016 20:52:36 +0000 (10 13:52 -0700)
tree2e4fc092109deced51540095d77aa5b914156006
parent8f2ed2675358a6e6543f962f6e1b3ec0737e8079
t5613: clarify "too deep" recursion tests

These tests are just trying to show that we allow recursion
up to a certain depth, but not past it. But the counting is
a bit non-intuitive, and rather than test at the edge of the
breakage, we test "OK" cases in the middle of the chain.
Let's explain what's going on, and explicitly test the
switch between "OK" and "too deep".

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5613-info-alternate.sh