From: SZEDER Gábor Date: Tue, 13 Aug 2019 12:26:48 +0000 (+0200) Subject: completion: split _git_config() X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/42d0efec592ecd6bc8858ffb5d64fb0bbca827d4?ds=inline;hp=42d0efec592ecd6bc8858ffb5d64fb0bbca827d4 completion: split _git_config() _git_config() contains two enormous case statements, one to complete configuration sections and variable names, and the other to complete their values. Split these out into two separate helper functions, so in the next patches we can use them to implement completion for 'git -c '. Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano ---