t5310: add branch-based checks
commit1467b9572aa57c1369aaac897fcbbddde4080d75
authorDerrick Stolee <dstolee@microsoft.com>
Tue, 8 Dec 2020 22:04:17 +0000 (8 17:04 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2020 22:48:17 +0000 (8 14:48 -0800)
tree4d3bc1546d50c3899fb314a198c94aebbc459fec
parent597b2c39af9ee65496591448715588b711e91947
t5310: add branch-based checks

The current rev-list tests that check the bitmap data only work on HEAD
instead of multiple branches. Expand the test cases to handle both
'master' and 'other' branches.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5310-pack-bitmaps.sh