From: Jean-Noël Avila Date: Wed, 19 Mar 2025 08:16:22 +0000 (+0000) Subject: completion: take into account the formatting backticks for options X-Git-Tag: v2.50.0-rc0~151^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1b81f54da80267edee2cb8fd0d0f75f03023019;p=thirdparty%2Fgit.git completion: take into account the formatting backticks for options With the modern formatting of the manpages, the options and commands are now backticked in their definition lists. This patch updates the generation of the completion list to take into account this new format. The script `generate-configlist.sh` is updated to get rid of extraneous commands and fit everything in a single sed script. Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano --- diff --git a/generate-configlist.sh b/generate-configlist.sh index dffdaada8b..b06da53c89 100755 --- a/generate-configlist.sh +++ b/generate-configlist.sh @@ -13,10 +13,18 @@ print_config_list () { cat <