From: Nguyễn Thái Ngọc Duy Date: Sat, 26 May 2018 13:55:24 +0000 (+0200) Subject: help: add --config to list all available config X-Git-Tag: v2.19.0-rc0~187^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3ac68a93fd2b984e2a7e570217d2646a208ffcc3?hp=3ac68a93fd2b984e2a7e570217d2646a208ffcc3 help: add --config to list all available config Sometimes it helps to list all available config vars so the user can search for something they want. The config man page can also be used but it's harder to search if you want to focus on the variable name, for example. This is not the best way to collect the available config since it's not precise. Ideally we should have a centralized list of config in C code (pretty much like 'struct option'), but that's a lot more work. This will do for now. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---