t7004-tag: add version sort tests to show prerelease reordering issues
commit0c1b4878dec423a0d322bffc5607de584aab214e
authorSZEDER Gábor <szeder.dev@gmail.com>
Thu, 8 Dec 2016 14:23:57 +0000 (8 15:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Dec 2016 19:11:57 +0000 (8 11:11 -0800)
tree5edef6141f081c539c990721ab656f8034fe2860
parent9ffda48f53e086895975f2a435afff01c836dad2
t7004-tag: add version sort tests to show prerelease reordering issues

Version sort with prerelease reordering sometimes puts tagnames in the
wrong order, when the common part of two compared tagnames ends with
the leading character(s) of one or more configured prerelease
suffixes.  Add tests that demonstrate these issues.

The unrelated '--format should list tags as per format given' test
later uses tags matching the same prefix as the version sort tests,
thus was affected by the new tags added for the new tests in this
patch.  Change that test to perform its checks on a different set of
tags.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh