]> git.ipfire.org Git - thirdparty/git.git/commit
autocorrect: rename AUTOCORRECT_SHOW to AUTOCORRECT_HINT
authorJiamu Sun <39@barroit.sh>
Thu, 23 Apr 2026 01:37:55 +0000 (10:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Apr 2026 02:02:14 +0000 (11:02 +0900)
commit01e68aca69017f3a8d65e6e1d4ddd0d4a4bdc558
tree7b842a4645d30a293c123e855089a57a222e72e0
parent8fd1a7cd29734849bafc1b559fa3e879daeca831
autocorrect: rename AUTOCORRECT_SHOW to AUTOCORRECT_HINT

AUTOCORRECT_SHOW is ambiguous. Its purpose is to show commands similar
to the unknown one and take no other action. Rename it to fit the
semantics.

Signed-off-by: Jiamu Sun <39@barroit.sh>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
autocorrect.c
autocorrect.h
help.c