git_config_rename_section  184 builtin/branch.c 	if (git_config_rename_section(buf.buf, NULL) < 0)
git_config_rename_section  743 builtin/branch.c 	if (git_config_rename_section(oldsection.buf, newsection.buf) < 0)
git_config_rename_section  646 builtin/remote.c 	if (git_config_rename_section(buf.buf, buf2.buf) < 1)
git_config_rename_section  820 builtin/remote.c 		if (git_config_rename_section(buf.buf, NULL) < 1)
git_config_rename_section 1457 cache.h        extern int git_config_rename_section(const char *, const char *);