]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5310-pack-bitmaps.sh
t5310: test delta reuse with bitmaps
authorJeff King <peff@peff.net>
Sat, 1 Sep 2018 07:48:13 +0000 (03:48 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Sep 2018 15:32:41 +0000 (08:32 -0700)
commitc0d61dfc0b248f100987d92545016bce71f92663
tree079fc82140df92425a88b053aa8b575196f3fcf9
parent5476fb07ebcf389752acef0a894a1eea1ff13ea9
t5310: test delta reuse with bitmaps

Commit 6a1e32d532 (pack-objects: reuse on-disk deltas for
thin "have" objects, 2018-08-21) taught pack-objects a new
optimization trick. Since this wasn't meant to change
user-visible behavior, but only produce smaller packs more
quickly, testing focused on t/perf/p5311.

However, since people don't run perf tests very often, we
should make sure that the feature is exercised in the
regular test suite. This patch does so.

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