We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e2a91 commit 51f4478Copy full SHA for 51f4478
meson.build
@@ -283,6 +283,7 @@ libgit_sources = [
283
'archive-zip.c',
284
'archive.c',
285
'attr.c',
286
+ 'autocorrect.c',
287
'base85.c',
288
'bisect.c',
289
'blame.c',
t/meson.build
@@ -973,6 +973,7 @@ integration_tests = [
973
't9001-send-email.sh',
974
't9002-column.sh',
975
't9003-help-autocorrect.sh',
976
+ 't9004-autocorrect-subcommand.sh',
977
't9100-git-svn-basic.sh',
978
't9101-git-svn-props.sh',
979
't9102-git-svn-deep-rmdir.sh',
0 commit comments