generate-cmdlist.sh: collect config from all config.txt files
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 19 Aug 2018 10:52:10 +0000 (12:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Aug 2018 18:28:11 +0000 (11:28 -0700)
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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found