A number of times when I've sent patches to the list via 'git send-email', they seem to never arrive. How can I figure out where they are going?
For example, a short time ago I sent a pair of patches - here's the log as printed by 'git send-email' ============================================================================================================================ $ git send-email --to [email protected] [email protected] --subject-prefix=meta-oe origin/master /tmp/ENcQFw9ulr/0001-python-twisted-update-to-latest-upstream-version.patch /tmp/ENcQFw9ulr/0002-python-zopeinterface-update-to-latest-upstream-versi.patch Who should the emails appear to be from? [Gary Thomas <[email protected]>] Emails will be sent from: Gary Thomas <[email protected]> Message-ID to be used as In-Reply-To for the first email? (mbox) Adding cc: Gary Thomas <[email protected]> from line 'From: Gary Thomas <[email protected]>' (body) Adding cc: Gary Thomas <[email protected]> from line 'Signed-off-by: Gary Thomas <[email protected]>' From: Gary Thomas <[email protected]> To: [email protected] Cc: [email protected] Subject: [meta-oe 1/2] python-twisted: update to latest upstream version Date: Thu, 29 Mar 2012 04:57:29 -0600 Message-Id: <[email protected]> X-Mailer: git-send-email 1.7.7.6 The Cc list above has been expanded by additional addresses found in the patch commit message. By default send-email prompts before sending whenever this occurs. This behavior is controlled by the sendemail.confirm configuration setting. For additional information, run 'git send-email --help'. To retain the current behavior, but squelch this message, run 'git config --global sendemail.confirm auto'. Send this email? ([y]es|[n]o|[q]uit|[a]ll): a OK. Log says: Sendmail: /usr/sbin/sendmail -i [email protected] [email protected] From: Gary Thomas <[email protected]> To: [email protected] Cc: [email protected] Subject: [meta-oe 1/2] python-twisted: update to latest upstream version Date: Thu, 29 Mar 2012 04:57:29 -0600 Message-Id: <[email protected]> X-Mailer: git-send-email 1.7.7.6 Result: OK 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. (mbox) Adding cc: Gary Thomas <[email protected]> from line 'From: Gary Thomas <[email protected]>' (body) Adding cc: Gary Thomas <[email protected]> from line 'Signed-off-by: Gary Thomas <[email protected]>' OK. Log says: Sendmail: /usr/sbin/sendmail -i [email protected] [email protected] From: Gary Thomas <[email protected]> To: [email protected] Cc: [email protected] Subject: [meta-oe 2/2] python-zopeinterface: update to latest upstream version Date: Thu, 29 Mar 2012 04:57:30 -0600 Message-Id: <[email protected]> X-Mailer: git-send-email 1.7.7.6 In-Reply-To: <[email protected]> References: <[email protected]> Result: OK ============================================================================================================================ Any ideas where these messages went or how I make sure my posts are making it to the list? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
