Skip to content

Commit 3d18bd9

Browse files
committed
Merge branch 'js/parseopt-subcommand-autocorrection' into seen
The parse-options library learned to auto-correct misspelt subcommand name. * js/parseopt-subcommand-autocorrection: SQUASH???
2 parents 9b69143 + 51f4478 commit 3d18bd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ libgit_sources = [
290290
'archive-zip.c',
291291
'archive.c',
292292
'attr.c',
293+
'autocorrect.c',
293294
'base85.c',
294295
'bisect.c',
295296
'blame.c',

t/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,7 @@ integration_tests = [
980980
't9001-send-email.sh',
981981
't9002-column.sh',
982982
't9003-help-autocorrect.sh',
983+
't9004-autocorrect-subcommand.sh',
983984
't9100-git-svn-basic.sh',
984985
't9101-git-svn-props.sh',
985986
't9102-git-svn-deep-rmdir.sh',

0 commit comments

Comments
 (0)