Merge branch 'js/parseopt-subcommand-autocorrection' into seen

The parse-options library learned to auto-correct misspelt
subcommand name.

* js/parseopt-subcommand-autocorrection:
  SQUASH???
This commit is contained in:
Junio C Hamano
2026-03-11 17:23:34 -07:00
2 changed files with 2 additions and 0 deletions

View File

@@ -290,6 +290,7 @@ libgit_sources = [
'archive-zip.c',
'archive.c',
'attr.c',
'autocorrect.c',
'base85.c',
'bisect.c',
'blame.c',

View File

@@ -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',