From: Ævar Arnfjörð Bjarmason Date: Fri, 24 Mar 2017 18:40:52 +0000 (+0000) Subject: tag: add more incompatibles mode tests X-Git-Tag: v2.13.0-rc0~33^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bf748049f53cea3662b02d87cc91d44a0164e588?ds=inline;hp=bf748049f53cea3662b02d87cc91d44a0164e588 tag: add more incompatibles mode tests Amend the test suite to test for more invalid uses like "-l -a" etc. This change tests the code path in builtin/tag.c between lines: if (argc == 0 && !cmdmode) And: if ((create_tag_object || force) && (cmdmode != 0)) Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---