From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C94D07E74 for ; Fri, 17 Oct 2014 13:41:32 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 17 Oct 2014 04:39:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,738,1406617200"; d="scan'208";a="606970635" Received: from bricha3-mobl.ger.corp.intel.com (HELO bricha3-mobl.ir.intel.com) ([10.243.20.20]) by fmsmga001.fm.intel.com with SMTP; 17 Oct 2014 04:49:27 -0700 Received: by bricha3-mobl.ir.intel.com (sSMTP sendmail emulation); Fri, 17 Oct 2014 12:49:26 +0001 Date: Fri, 17 Oct 2014 12:49:26 +0100 From: Bruce Richardson To: dev@dpdk.org Message-ID: <20141017114926.GB1736@BRICHA3-MOBL> References: <1413545645-29168-1-git-send-email-y> <20141017113805.GA1736@BRICHA3-MOBL> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141017113805.GA1736@BRICHA3-MOBL> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] test: fbk hash - fix errors with large nb entries X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 11:41:34 -0000 On Fri, Oct 17, 2014 at 12:38:05PM +0100, Bruce Richardson wrote: > On Fri, Oct 17, 2014 at 12:34:05PM +0100, y@ecsmtp.ir.intel.com wrote: > > From: Bruce Richardson > > > > Oops, apologies for the screwed-up origin address! Pressed "y" for "yes, I > do want my emails to come from 'bruce.richardson@intel.com'" rather than > just hitting enter when prompted! > > /Bruce And in case anyone else is interested, or always gets prompted for the source email address when sending patches - configuring the "sendemail.from" value in your git configuration should make this go away. git config --global sendemail.from "name " See: http://git-scm.com/docs/git-send-email /Bruce