Commit 1aeff5d7c97eac81965d09b0fac8e89ddb6909be

Patrick Steinhardt 2018-08-10T12:52:18

config: move function normalizing section names into "config.c" The function `git_config_file_normalize_section` is never being used in any file different than "config.c", but it is implemented in "config_file.c". Move it over and make the symbol static.