Re: [PATCH 3/4] imap-send.c: Clean up coding style to better match the rest of the git codebase.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux