git_config_rename_section_in_file 661 builtin/config.c ret = git_config_rename_section_in_file(given_config_source.file, git_config_rename_section_in_file 672 builtin/config.c ret = git_config_rename_section_in_file(given_config_source.file, git_config_rename_section_in_file 1458 cache.h extern int git_config_rename_section_in_file(const char *, const char *, const char *); git_config_rename_section_in_file 2341 config.c return git_config_rename_section_in_file(NULL, old_name, new_name); git_config_rename_section_in_file 104 submodule.c if (git_config_rename_section_in_file(".gitmodules", sect.buf, NULL) < 0) {