On Tue, Dec 25, 2007 at 01:04:54PM -0800, Junio C Hamano wrote:
+# If explicit old-style ones are specified, they trump supress-cc +if (defined $suppress_from) { + $suppress_cc{'self'} = $suppress_from; +} +if (defined $signed_off_cc) { + $suppress_cc{'sob'} = !$signed_off_cc; +}
This changes the default behavior to --no-signed-off-cc, if nothing is specified. I'll see if I can add something that will set that if no suppress-cc's are set. Patch to follow shortly. David - 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