summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-03-12 10:58:22 -0700
committerJunio C Hamano <gitster@pobox.com>2026-03-12 10:58:23 -0700
commit1549f4ea56f94dcc9ea5f7ca9815b9e5d23c3529 (patch)
tree20d5c71ee29b46fa86c0b7af1b2650cd801888d1 /meson.build
parent33067fa4100f5cbfee26f24f9d09ab965f597934 (diff)
parent51f44784a01c6c198b3794056baadb5b76ccb6e3 (diff)
downloadgit-seen.tar.gz
git-seen.zip
Merge branch 'js/parseopt-subcommand-autocorrection' into seenseen
The parse-options library learned to auto-correct misspelt subcommand name. * js/parseopt-subcommand-autocorrection: SQUASH???
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4dd0e2c142..dc5ba2b3e5 100644
--- a/meson.build
+++ b/meson.build
@@ -290,6 +290,7 @@ libgit_sources = [
'archive-zip.c',
'archive.c',
'attr.c',
+ 'autocorrect.c',
'base85.c',
'bisect.c',
'blame.c',