diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-03-12 10:58:22 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-12 10:58:23 -0700 |
| commit | 1549f4ea56f94dcc9ea5f7ca9815b9e5d23c3529 (patch) | |
| tree | 20d5c71ee29b46fa86c0b7af1b2650cd801888d1 | |
| parent | 33067fa4100f5cbfee26f24f9d09ab965f597934 (diff) | |
| parent | 51f44784a01c6c198b3794056baadb5b76ccb6e3 (diff) | |
| download | git-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???
| -rw-r--r-- | meson.build | 1 | ||||
| -rw-r--r-- | t/meson.build | 1 |
2 files changed, 2 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', diff --git a/t/meson.build b/t/meson.build index 7528e5cda5..871cd7ab0a 100644 --- a/t/meson.build +++ b/t/meson.build @@ -980,6 +980,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', |
