Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Paul E. McKenney
Hello! I need to be able to put the following Cc in a git commit: Cc: sta...@vger.kernel.org Yet I cannot allow git-send-email to actually send email to that address, lest I get an automated nastygram in response. I found the --to-cmd= option to git-send-email, but it looks to only add email

Re: Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Paul E. McKenney
On Tue, Feb 10, 2015 at 08:03:19AM +0800, Greg KH wrote: On Mon, Feb 09, 2015 at 03:35:37PM -0800, Paul E. McKenney wrote: On Mon, Feb 09, 2015 at 01:53:50PM -0800, Jonathan Nieder wrote: Hi, Paul E. McKenney wrote: Cc: sta...@vger.kernel.org Yet I cannot allow

Re: Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Junio C Hamano
Paul E. McKenney paul...@linux.vnet.ibm.com writes: I need to be able to put the following Cc in a git commit: Cc: sta...@vger.kernel.org Yet I cannot allow git-send-email to actually send email to that address, lest I get an automated nastygram in response. I found the --to-cmd= option

Re: Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Junio C Hamano
Paul E. McKenney paul...@linux.vnet.ibm.com writes: On Mon, Feb 09, 2015 at 12:57:11PM -0800, Junio C Hamano wrote: No, I do not think we have a way to blacklist certain recipient addresses from getting passed to the MTA, and I do not object to addition of such a mechanism if there is a valid

Re: Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Paul E. McKenney
On Mon, Feb 09, 2015 at 12:57:11PM -0800, Junio C Hamano wrote: Paul E. McKenney paul...@linux.vnet.ibm.com writes: I need to be able to put the following Cc in a git commit: Cc: sta...@vger.kernel.org Yet I cannot allow git-send-email to actually send email to that address, lest I

Re: Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Paul E. McKenney
On Mon, Feb 09, 2015 at 01:46:10PM -0800, Junio C Hamano wrote: Paul E. McKenney paul...@linux.vnet.ibm.com writes: Hence the desire to have a Cc that doesn't actually send any email, but that is visible in mainline for the benefit of the scripts that handle the stable workflow.

Re: Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Paul E. McKenney
On Mon, Feb 09, 2015 at 01:17:05PM -0800, Junio C Hamano wrote: Paul E. McKenney paul...@linux.vnet.ibm.com writes: On Mon, Feb 09, 2015 at 12:57:11PM -0800, Junio C Hamano wrote: No, I do not think we have a way to blacklist certain recipient addresses from getting passed to the MTA, and

Re: Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Jonathan Nieder
Hi, Paul E. McKenney wrote: Cc: sta...@vger.kernel.org Yet I cannot allow git-send-email to actually send email to that address, lest I get an automated nastygram in response. Interesting. Last time this came up, the result seemed to be different[*]. Thanks, Jonathan [*]

Re: Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Junio C Hamano
Paul E. McKenney paul...@linux.vnet.ibm.com writes: Hence the desire to have a Cc that doesn't actually send any email, but that is visible in mainline for the benefit of the scripts that handle the stable workflow. So a configuration variable that you can set once and forget, e.g.

Re: Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Greg KH
On Mon, Feb 09, 2015 at 03:35:37PM -0800, Paul E. McKenney wrote: On Mon, Feb 09, 2015 at 01:53:50PM -0800, Jonathan Nieder wrote: Hi, Paul E. McKenney wrote: Cc: sta...@vger.kernel.org Yet I cannot allow git-send-email to actually send email to that address, lest I get an

Re: Is there some way to suppress Cc email only to stable?

2015-02-09 Thread Paul E. McKenney
On Mon, Feb 09, 2015 at 01:53:50PM -0800, Jonathan Nieder wrote: Hi, Paul E. McKenney wrote: Cc: sta...@vger.kernel.org Yet I cannot allow git-send-email to actually send email to that address, lest I get an automated nastygram in response. Interesting. Last time this came up,