aboutsummaryrefslogtreecommitdiff
path: root/t/meson.build
diff options
context:
space:
mode:
authorChristian Couder <christian.couder@gmail.com>2025-10-13 10:48:57 +0200
committerJunio C Hamano <gitster@pobox.com>2025-10-13 08:51:42 -0700
commitd8ce08aa13b4dc6c4713ff9dc0b2ffacd5873d06 (patch)
tree36fe55b376fae7392a23f93929386956bc1a142c /t/meson.build
parent31f375c31c645f35b83427045cfef719f2e4301b (diff)
downloadgit-d8ce08aa13b4dc6c4713ff9dc0b2ffacd5873d06.tar.xz
fast-import: add '--signed-tags=<mode>' option
Recently, eaaddf5791 (fast-import: add '--signed-commits=<mode>' option, 2025-09-17) added support for controlling how signed commits are handled by `git fast-import`, but there is no option yet to decide about signed tags. To remediate that, let's add a '--signed-tags=<mode>' option to `git fast-import` too. With this, both `git fast-export` and `git fast-import` have both a '--signed-tags=<mode>' and a '--signed-commits=<mode>' supporting the same <mode>s. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/meson.build')
-rw-r--r--t/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/meson.build b/t/meson.build
index 11376b9e25..cb8c2b4b30 100644
--- a/t/meson.build
+++ b/t/meson.build
@@ -1036,6 +1036,7 @@ integration_tests = [
't9303-fast-import-compression.sh',
't9304-fast-import-marks.sh',
't9305-fast-import-signatures.sh',
+ 't9306-fast-import-signed-tags.sh',
't9350-fast-export.sh',
't9351-fast-export-anonymize.sh',
't9400-git-cvsserver-server.sh',