t5310: increase the number of bitmapped commits
commit1ac96cd1ba5938d4da251bf6447f11da8692db05
authorJeff King <peff@peff.net>
Fri, 28 Jun 2019 09:39:42 +0000 (28 05:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Jul 2019 17:11:54 +0000 (2 10:11 -0700)
tree533389c3017051c71ec111196803c3461d07fe26
parentb1c36cb84908a31ede05e5a16fbc584c7681cffb
t5310: increase the number of bitmapped commits

The bitmap index we compute in t5310 has only 20 commits in it. This
gives poor coverage of bitmap_writer_select_commits(), which simply
writes a bitmap for everything when there are fewer than 100 commits.

Let's bump the number of commits in the test to cover the more complex
code paths (this does drop coverage of the individual lines of the
trivial path, but the complex path does everything it does and more).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5310-pack-bitmaps.sh