We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b69143 + 51f4478 commit 3d18bd9Copy full SHA for 3d18bd9
meson.build
@@ -290,6 +290,7 @@ libgit_sources = [
290
'archive-zip.c',
291
'archive.c',
292
'attr.c',
293
+ 'autocorrect.c',
294
'base85.c',
295
'bisect.c',
296
'blame.c',
t/meson.build
@@ -980,6 +980,7 @@ integration_tests = [
980
't9001-send-email.sh',
981
't9002-column.sh',
982
't9003-help-autocorrect.sh',
983
+ 't9004-autocorrect-subcommand.sh',
984
't9100-git-svn-basic.sh',
985
't9101-git-svn-props.sh',
986
't9102-git-svn-deep-rmdir.sh',
0 commit comments