aboutsummaryrefslogtreecommitdiffstats
path: root/t/meson.build
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-08-06 07:41:57 -0700
committerJunio C Hamano <gitster@pobox.com>2025-08-06 14:18:43 -0700
commitcf03815537033990b5691b47797968080f9ba3ab (patch)
treeffe89a67fd106cc17a0079a008b261393e541124 /t/meson.build
parente4ef0485fd78fcb05866ea78df35796b904e4a8e (diff)
parent465eff81de44763832e96fbe609ec269f1c23ade (diff)
downloadgit-cf03815537033990b5691b47797968080f9ba3ab.tar.gz
Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fix
* ps/reflog-migrate-fixes: refs: fix invalid old object IDs when migrating reflogs refs: stop unsetting REF_HAVE_OLD for log-only updates refs/files: detect race when generating reflog entry for HEAD refs: fix identity for migrated reflogs ident: fix type of string length parameter builtin/reflog: implement subcommand to write new entries refs: export `ref_transaction_update_reflog()` builtin/reflog: improve grouping of subcommands Documentation/git-reflog: convert to use synopsis type
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 1af289425d..d68f5e24db 100644
--- a/t/meson.build
+++ b/t/meson.build
@@ -219,6 +219,7 @@ integration_tests = [
't1418-reflog-exists.sh',
't1419-exclude-refs.sh',
't1420-lost-found.sh',
+ 't1421-reflog-write.sh',
't1430-bad-ref-name.sh',
't1450-fsck.sh',
't1451-fsck-buffer.sh',