t1900: rename t1900-repo to t1900-repo-info
Since the commit bbb2b93348 (builtin/repo: introduce structure subcommand, 2025-10-21), t1901 specifically tests git-repo-structure. Rename t1900-repo to t1900-repo-info to clarify that it focus solely on git-repo-info subcommand. Signed-off-by: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Lucas Seiki Oshiro committed
Feb 25, 2026 at 13:32 UTC
b62dab3b6d4ba14828893e39a0c480f2f5097f5b
2 files changed
+1
-1
t/meson.build
+1
-1
@@ -240,7 +240,7 @@ integration_tests = [
240
't1700-split-index.sh',
241
't1701-racy-split-index.sh',
242
't1800-hook.sh',
243
- 't1900-repo.sh',
243
+ 't1900-repo-info.sh',
244
't1901-repo-structure.sh',
245
't2000-conflict-when-checking-files-out.sh',
246
't2002-checkout-cache-u.sh',