Change the test suite to test for these options. Before this change there were no tests for this at all. This change doesn't exhaustively test for them as well as their --contains and --no-contains aliases, but at least it's something. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- t/t7004-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 428e21c369..f7ff4e034b 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -1592,7 +1592,7 @@ test_expect_success 'mixing incompatibles modes and options is forbidden' ' test_must_fail git tag --contains --no-contains ' -for option in --contains --no-contains --merged --no-merged --points-at +for option in --contains --with --no-contains --without --merged --no-merged --points-at do test_expect_success "mixing incompatible modes with $option is forbidden" " test_must_fail git tag -d $option HEAD && -- 2.11.0