]> git.ipfire.org Git - thirdparty/git.git/commit
notes, remote: show unknown subcommands between `'
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 5 Sep 2022 18:50:07 +0000 (20:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2022 19:06:12 +0000 (12:06 -0700)
commitdd834d75caabd436e306c136f753c801220db2df
treeef09dd7d2ec65b49821dfa410ffe79adbf59df7b
parent1c7c25aef12918b9305df19142ab5755297274a6
notes, remote: show unknown subcommands between `'

Update the "unknown subcommand" error message in 'git notes' and 'git
remote' to wrap the offending argument between `', to make it
consistent with the "unknown switch/option/subcommand" error messages
in parse-options.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/notes.c
builtin/remote.c