t0021: test filter metadata for additional cases
commit0c0f8a7f28672fa323312fbba394e5a9949b2aad
authorbrian m. carlson <bk2204@github.com>
Mon, 16 Mar 2020 18:05:08 +0000 (16 18:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2020 18:37:02 +0000 (16 11:37 -0700)
treef46d43aa3c3a0a5ee519b54eefdca8c00bef2ff8
parent4cf76f6bbf8b4d7d32c7c6aec0576959c6accb63
t0021: test filter metadata for additional cases

Check that we get the expected data when performing a merges or
generating archives.  Note that we don't expect a ref for merges,
because we won't be checking out any particular ref, but instead a tree
of the merged data.  For archives, however, we expect a ref as normal if
we have one.

Signed-off-by: brian m. carlson <bk2204@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0021-conversion.sh