Robert Shearman <robertshearman@xxxxxxxxx> writes: > - else if (!strcmp( "ssl_verify", key )) > - server.ssl_verify = git_config_bool( key, val ); > + else if (!strcmp("sslverify", key)) > + server.ssl_verify = git_config_bool(key, val); This is not a style fix. Output from "size imap-send.o" before and after a style fix patch should exactly match. I'll fix up in the earlier one [2/4] so that this becomes a pure style fix, so no need to resend. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html