From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 0BA1F81E08 for ; Mon, 14 Nov 2016 03:53:29 -0800 (PST) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3B12C64C9; Mon, 14 Nov 2016 11:53:33 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-50.phx2.redhat.com [10.3.116.50]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uAEBrVQb014036; Mon, 14 Nov 2016 06:53:32 -0500 To: Pete Batard References: <637b6291-5132-a825-3207-dbae9b586228@redhat.com> Cc: "edk2-devel@lists.01.org" , Michael Kinney From: Laszlo Ersek Message-ID: <3fa49493-5d95-6fce-a92e-7c1c73f65a5f@redhat.com> Date: Mon, 14 Nov 2016 12:53:31 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <637b6291-5132-a825-3207-dbae9b586228@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 14 Nov 2016 11:53:33 +0000 (UTC) Subject: Re: [PATCH v2 0/3] MdeModulePkg/EbcDxe: add EBC Debugger X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 11:53:29 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 11/14/16 12:51, Laszlo Ersek wrote: > git send-email --thread --no-chain-reply-to (I apologize for tooting my own horn, but for completeness: this is mentioned in : git config sendemail.chainreplyto false git config sendemail.thread true ) Thanks Laszlo