From: Nguyễn Thái Ngọc Duy Date: Sun, 19 Aug 2018 10:52:10 +0000 (+0200) Subject: generate-cmdlist.sh: collect config from all config.txt files X-Git-Tag: v2.19.0-rc1~17^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/eb90ea79c59197e25a40fc3414a75d977f8a8f56?hp=eb90ea79c59197e25a40fc3414a75d977f8a8f56 generate-cmdlist.sh: collect config from all config.txt files This script uses Documentation/config.txt as input for "git help --config" and "git config" completion but it misses the fact that config.txt includes other txt files. Include all *config.txt as input when scanning for config keys. This could produce false positives, but as long as we stick to the blah-config.txt naming convention, we should be ok. While at there, move diff.* from config.txt to diff-config.txt where all other diff config keys are. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---