Timur Tabi wrote: > Jon Loeliger wrote: > >> Except that the "no" and "signed" are not separated by "-". > > From the man page: > > --no-signed-off-by-cc > Do not add emails found in Signed-off-by: lines to the cc list. > > However, when I removed the "-", it worked. So thanks for that. > > It *used* to work with the "-", so I consider it a bug. > git-send-email.txt does still mention --no-signed-off-by-cc, and additionally --no-chain-reply-to, --no-suppress-from, and --no-thread. Shouldn't either work? This is from the Getopt::Long man page: ! The option does not take an argument and may be negated, i.e. pre- fixed by "no". E.g. "foo!" will allow "--foo" (a value of 1 will be assigned) and "--nofoo" and "--no-foo" (a value of 0 will be assigned). If the option has aliases, this applies to the aliases as well. Looks like --no-signed-off-by-cc or --nosigned-off-by-cc should work, no? -brandon -- 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