Re: [GSoC][PATCH 5/5] t: add test for git refs optimize subcommand
From: Meet Soni <hidden>
Date: 2025-09-03 03:58:31
From: Meet Soni <hidden>
Date: 2025-09-03 03:58:31
On Tue, 2 Sept 2025 at 15:48, Patrick Steinhardt [off-list ref] wrote:
On Tue, Aug 26, 2025 at 01:06:45PM +0530, Meet Soni wrote:quoted
diff --git a/t/meson.build b/t/meson.build index daf01fb5d0..48f83e12a7 100644 --- a/t/meson.build +++ b/t/meson.build@@ -210,6 +210,7 @@ integration_tests = [ 't1451-fsck-buffer.sh', 't1460-refs-migrate.sh', 't1461-refs-list.sh', + 't1463-refs-optimize.sh',What happened to t1462? Is this due to the parallel patch series that introduces `git refs exists`?
Yes, t1462-refs-exists.sh
Patrick