config: restructure format_config() for better control flow
commitebca2d49577665db0318a9c91c0bcca7e4eed963
authorSZEDER Gábor <szeder@ira.uka.de>
Thu, 20 Aug 2015 14:14:22 +0000 (20 16:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Aug 2015 20:15:17 +0000 (20 13:15 -0700)
tree0d5c067201caa8c16e453bc381072527ccdecbdb
parent905f2036d0975a828f764947384e732c2908d6eb
config: restructure format_config() for better control flow

Commit 578625fa91 (config: add '--name-only' option to list only
variable names, 2015-08-10) modified format_config() such that it
returned from the middle of the function when showing only keys,
resulting in ugly code structure.

Reorganize the if statements and dealing with the key-value delimiter to
make the function easier to read.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/config.c