]> git.ipfire.org Git - thirdparty/git.git/commit
help: mark unused parameter in git_unknown_cmd_config()
authorJeff King <peff@peff.net>
Fri, 24 Feb 2023 06:39:48 +0000 (01:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Feb 2023 17:13:33 +0000 (09:13 -0800)
commit506ebaac96b7d9a42853c16d0523fd493b7991da
tree4b1724759753b131c4c9e5e468192f0d63c9c63e
parenta5c76b3698f3672afecd65eed233b095123ae1d6
help: mark unused parameter in git_unknown_cmd_config()

The extra callback parameter became unused in 0918d08887 (help.c: fix
autocorrect in work tree for bare repository, 2022-10-29), but we can't
get rid of it because we must conform to the config callback interface.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c