]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/parseopt-subcommand-autocorrection' into seen
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:35 +0000 (13:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:35 +0000 (13:01 +0900)
commitb0d077f28488ea7ecd61a34cbe3cd783b7ca88b9
tree81bd7397e0a7ee9f749ef55439d98b06366c8698
parentfa5ce2bf4db85afc1ded621e9326e4d7978044f4
parent438afb06644ae75037eb76ec8296de007e6844be
Merge branch 'js/parseopt-subcommand-autocorrection' into seen

The parse-options library learned to auto-correct misspelled
subcommand names.

* js/parseopt-subcommand-autocorrection:
  SQUASH???
  doc: document autocorrect API
  parseopt: add tests for subcommand autocorrection
  parseopt: enable subcommand autocorrection for git-remote and git-notes
  parseopt: autocorrect mistyped subcommands
  autocorrect: provide config resolution API
  autocorrect: rename AUTOCORRECT_SHOW to AUTOCORRECT_HINT
  autocorrect: use mode and delay instead of magic numbers
  help: move tty check for autocorrection to autocorrect.c
  help: make autocorrect handling reusable
  parseopt: extract subcommand handling from parse_options_step()
Makefile
builtin/remote.c
help.c
meson.build
parse-options.c
parse-options.h
t/meson.build
t/t7900-maintenance.sh