t5300: check that we produced expected number of deltas
authorJeff King <peff@peff.net>
Sat, 1 May 2021 14:03:25 +0000 (10:03 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 May 2021 05:29:16 +0000 (14:29 +0900)
commit95356789ee5e65abbdf3f354b8be4c79b196e8a1
tree6b33662909bd31128496fe1b60d2d0302764a29f
parent54898998120ba5b317678427e5e5612a4b58792a
t5300: check that we produced expected number of deltas

We pack a set of objects both with and without --window=0, assuming that
the 0-length window will cause us not to produce any deltas. Let's
confirm that this is the case.

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