]> git.ipfire.org Git - thirdparty/git.git/commit
rebase: fix capitalisation autoSquash in i18n string
authorFangyi Zhou <me@fangyi.io>
Sun, 26 Feb 2023 18:00:29 +0000 (18:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 20:10:29 +0000 (12:10 -0800)
commitf17a1542b28941b2f849a0185c15cd9131f46c54
tree983545f45c41d5171ffa568791f22053bfee84e8
parenta0f05f684010332ab3a706979d191b9157643f80
rebase: fix capitalisation autoSquash in i18n string

The config option (as documented) for rebase.autoSquash has a capital S,
whereas the command line option has a small case s.

Cf. <20220617100309.3224-1-worldhello.net@gmail.com>

Signed-off-by: Fangyi Zhou <me@fangyi.io>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c