From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXTUB-0006wk-9X for qemu-devel@nongnu.org; Wed, 01 May 2013 05:38:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXTU8-00079e-WE for qemu-devel@nongnu.org; Wed, 01 May 2013 05:38:03 -0400 Received: from mail-bk0-x22f.google.com ([2a00:1450:4008:c01::22f]:58340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXTU8-00079a-Q4 for qemu-devel@nongnu.org; Wed, 01 May 2013 05:38:00 -0400 Received: by mail-bk0-f47.google.com with SMTP id ji1so568791bkc.34 for ; Wed, 01 May 2013 02:37:59 -0700 (PDT) Sender: Richard Henderson Message-ID: <5180E274.3090309@twiddle.net> Date: Wed, 01 May 2013 10:37:56 +0100 From: Richard Henderson MIME-Version: 1.0 References: <1367303735-9489-1-git-send-email-john.rigby@linaro.org> <5D9AA3C9-4B12-42AE-A096-DB77700B66F0@suse.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/12] AArch64 preparation patch set List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel , John Rigby , Alexander Graf , Riku Voipio On 2013-04-30 14:15, Peter Maydell wrote: > (add --suppress-cc, --from, --cc, etc to taste, and you can > set these defaults in your .gitconfig rather than using command > line arguments. --dry-run is also a useful send-email option.) Also helpful is setting some defaults in your qemu/.git/config. E.g. I have the --to=qemu-devel set there. All that's required is that you run the git-send-email from within the qemu source tree. r~