t6120: test describe and name-rev with deep repos
commit31625b34c0e54ae184f28aa5eb5095d21204557e
authorMichael J Gruber <git@grubix.eu>
Thu, 7 Sep 2017 14:02:23 +0000 (7 16:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Sep 2017 01:37:24 +0000 (8 10:37 +0900)
treef3e422e10ced3123e42a3f1531e143a62947a852
parentac9b24015c8ecb828485585295c072635bebd73b
t6120: test describe and name-rev with deep repos

Depending on the implementation of walks, limitted stack size may lead
to problems (for recursion).

Test name-rev and describe with deep repos and limitted stack size and
mark the former with known failure.

We add these tests (which add gazillions of commits) last so as to keep
the runtime of other subtests the same.

Signed-off-by: Michael J Gruber <git@grubix.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6120-describe.sh