Hi,

I was trying to send a patchset to self just to test by suppressing
everyone in CC list of patch header. But it failed and the patch was
send to people in CC.

Is there anything wrong that I have done? My git verions is:

gpramod:git$ git --version
git version 1.7.9.5

Below is the command I used to send the patch and it follows the
messages until I pressed a Ctrl+c.

gpramod:linux-next$ git send-email [email protected]
--suppress-cc=cc --suppress-cc=self --suppress-cc=author 000*
0000-mmc-msm_sdcc-Cleanups.patch
0001-mmc-msm_sdcc-Switch-to-using-managed-resources.patch
0002-mmc-msm_sdcc-Add-support-for-platform_driver-remove-.patch
0003-mmc-msm_sdcc-Replace-pr_-with-dev_.patch
0004-mmc-msm_sdcc-Remove-duplicate-check-around-dmares.patch
0005-mmc-msm_sdcc-Remove-unwanted-initializations-in-prob.patch
OK. Log says:
Server: secure.emailsrvr.com
MAIL FROM:<[email protected]>
RCPT TO:<[email protected]>
From: Pramod Gurav <[email protected]>
To: [email protected]
Subject: [PATCH 0/5] mmc: msm_sdcc: Cleanups
Date: Tue, 16 Sep 2014 16:45:41 +0530
Message-Id: <[email protected]>
X-Mailer: git-send-email 1.7.9.5

Result: 250 2.0.0 Ok: queued as 1CD0F1802A2

In git 1.7.0, the default has changed to --no-chain-reply-to
Set sendemail.chainreplyto configuration variable to true if
you want to keep --chain-reply-to as your default.
(body) Adding cc: David Brown <[email protected]> from line 'Cc:
David Brown <[email protected]>'
(body) Adding cc: Daniel Walker <[email protected]> from line 'Cc:
Daniel Walker <[email protected]>'
(body) Adding cc: Bryan Huntsman <[email protected]> from line
'Cc: Bryan Huntsman <[email protected]>'
(body) Adding cc: Ulf Hansson <[email protected]> from line 'CC:
Ulf Hansson <[email protected]>'
(body) Adding cc: [email protected] from line 'CC:
[email protected]'
(body) Adding cc: [email protected] from line 'CC:
[email protected]'
OK. Log says:
Server: secure.emailsrvr.com
MAIL FROM:<[email protected]>
RCPT TO:<[email protected]>
RCPT TO:<[email protected]>
RCPT TO:<[email protected]>
RCPT TO:<[email protected]>
RCPT TO:<[email protected]>
RCPT TO:<[email protected]>
RCPT TO:<[email protected]>
From: Pramod Gurav <[email protected]>
To: [email protected]
Cc: David Brown <[email protected]>,
Daniel Walker <[email protected]>,
Bryan Huntsman <[email protected]>,
Ulf Hansson <[email protected]>,
[email protected],
[email protected]
Subject: [PATCH 1/5] mmc: msm_sdcc: Switch to using managed resources
Date: Tue, 16 Sep 2014 16:45:42 +0530
Message-Id: <[email protected]>
X-Mailer: git-send-email 1.7.9.5
In-Reply-To: <[email protected]>
References: <[email protected]>

Result: 250 2.0.0 Ok: queued as B9A481803A0

(body) Adding cc: David Brown <[email protected]> from line 'Cc:
David Brown <[email protected]>'
(body) Adding cc: Daniel Walker <[email protected]> from line 'Cc:
Daniel Walker <[email protected]>'
(body) Adding cc: Bryan Huntsman <[email protected]> from line
'Cc: Bryan Huntsman <[email protected]>'
(body) Adding cc: Ulf Hansson <[email protected]> from line 'CC:
Ulf Hansson <[email protected]>'
(body) Adding cc: [email protected] from line 'CC:
[email protected]'
(body) Adding cc: [email protected] from line 'CC:
[email protected]'
^C

gpramod:linux-next$ stty: standard input: Input/output error

This is the header of my first patch:

>From f7ced72a85866e550ea2d76d8d7f9d1df88f5994 Mon Sep 17 00:00:00 2001
From: Pramod Gurav <[email protected]>
Date: Tue, 16 Sep 2014 15:41:37 +0530
Subject: [PATCH 1/5] mmc: msm_sdcc: Switch to using managed resources

This change makes changes to use managed version of ioremap, clk_get,
request_irq etc for clean unloading of modules. This does away with
lables to release these resources.

Cc: David Brown <[email protected]>
Cc: Daniel Walker <[email protected]>
Cc: Bryan Huntsman <[email protected]>
CC: Ulf Hansson <[email protected]>
CC: [email protected]
CC: [email protected]
Signed-off-by: Pramod Gurav <[email protected]>
---
 drivers/mmc/host/msm_sdcc.c |   43 +++++++++++++++++--------------------------

-- 
Thanks and Regards
Pramod
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to