On Tue, 2011-02-22 at 22:18 +0100, Loïc Minier wrote:
On Tue, Feb 22, 2011, john stultz wrote:
Yea. Since I still send out patches from both my employer and linaro address, I can't utilize fixed git config values.
I already put the effort in to make sure my linaro work has my linaro.org address as the author on a patch by patch basis. And similarly I can add a CC: line to the patch commit log to make sure patches@linaro.org gets the mail.
But BCC isn't easy to do on a patch-by-patch basis.
That's fair enough; could you explain how you're doing this patch by patch?
I personally set author via the EMAIL env var and I have aliases like: linaro='EMAIL="loic.minier@linaro.org"' debian='EMAIL="lool@debian.org"' etc. and then I run: linaro git commit -av
I wonder how you set Cc: though
Add to the commit log:
CC: Loïc Minier loic.minier@linaro.org CC: patches@linaro.org
And git-send-email will add those entries to the outgoing mail.
thanks -john