trailer: add tests to check defaulting behavior with --no-* flags
commit73574f21b4f638cdfef7c9766ddf0aff4990ca8f
authorLinus Arver <linusa@google.com>
Thu, 7 Sep 2023 22:19:59 +0000 (7 22:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Sep 2023 06:04:44 +0000 (7 23:04 -0700)
treebcb2843eea13b0c3112bcde78ad6a3baa0f432f1
parente670ba2500f1c4c815d7d4e5cde241325b242b8d
trailer: add tests to check defaulting behavior with --no-* flags

While the "--no-where" flag is tested, the "--no-if-exists" and
"--no-if-missing" flags are not, so add tests for them. But also add
tests for all "--no-*" flags to check their effects, both when (1) there
are relevant configuration variables set, and (2) they are not set.

Signed-off-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-interpret-trailers.txt
t/t7513-interpret-trailers.sh