]> git.ipfire.org Git - thirdparty/git.git/commit
completion: take into account the formatting backticks for options
authorJean-Noël Avila <jn.avila@free.fr>
Wed, 19 Mar 2025 08:16:22 +0000 (08:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2025 02:27:29 +0000 (19:27 -0700)
commite1b81f54da80267edee2cb8fd0d0f75f03023019
treecebd6bfbf50bbd82fc65bdd41d0abe148d70e3db
parent683c54c999c301c2cd6f715c411407c413b1d84e
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 <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
generate-configlist.sh