From 51f44784a01c6c198b3794056baadb5b76ccb6e3 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 11 Mar 2026 15:03:06 -0700 Subject: [PATCH] SQUASH??? --- meson.build | 1 + t/meson.build | 1 + 2 files changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 4b536e0124..0429e80a5c 100644 --- a/meson.build +++ b/meson.build @@ -283,6 +283,7 @@ libgit_sources = [ 'archive-zip.c', 'archive.c', 'attr.c', + 'autocorrect.c', 'base85.c', 'bisect.c', 'blame.c', diff --git a/t/meson.build b/t/meson.build index f66a73f8a0..bf0503d705 100644 --- a/t/meson.build +++ b/t/meson.build @@ -973,6 +973,7 @@ integration_tests = [ 't9001-send-email.sh', 't9002-column.sh', 't9003-help-autocorrect.sh', + 't9004-autocorrect-subcommand.sh', 't9100-git-svn-basic.sh', 't9101-git-svn-props.sh', 't9102-git-svn-deep-rmdir.sh',