diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-08-06 07:41:57 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-06 14:18:43 -0700 |
| commit | cf03815537033990b5691b47797968080f9ba3ab (patch) | |
| tree | ffe89a67fd106cc17a0079a008b261393e541124 /t/meson.build | |
| parent | e4ef0485fd78fcb05866ea78df35796b904e4a8e (diff) | |
| parent | 465eff81de44763832e96fbe609ec269f1c23ade (diff) | |
| download | git-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.build | 1 |
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', |
