From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 59CADDE0 for ; Thu, 10 Dec 2015 02:36:45 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 09 Dec 2015 17:36:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,405,1444719600"; d="scan'208";a="615545672" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by FMSMGA003.fm.intel.com with ESMTP; 09 Dec 2015 17:36:41 -0800 Date: Thu, 10 Dec 2015 09:37:57 +0800 From: Yuanhan Liu To: Bruce Richardson Message-ID: <20151210013757.GP29571@yliu-dev.sh.intel.com> References: <1449678215-25698-1-git-send-email-harry.van.haaren@intel.com> <22661588.S5N3t0Qb91@xps13> <20151209165344.GA4724@bricha3-MOBL3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151209165344.GA4724@bricha3-MOBL3> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] doc: add patch submit cheatsheet 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: Thu, 10 Dec 2015 01:36:46 -0000 On Wed, Dec 09, 2015 at 04:53:45PM +0000, Bruce Richardson wrote: > On Wed, Dec 09, 2015 at 04:47:42PM +0000, Van Haaren, Harry wrote: > > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > > It would be better with a colon: > > > Fixes: line > > > > Ok, will send a v2 with that fix. > > > > > > git send-email -N --to > > > Why -N? > > > > -N sets the Number of patches to send, when not sending .patch files but sending the latest commits of the current branch in git. > > > > Would you prefer if the sending of .patch files was documented? I'm indifferent - but learned the -N way first :) > > >From my point of view, yes. I think using format-patch followed by a separate > send-email is a better, and safer, workflow, as it allows multiple edits and > checks of the patches before sending. +1 --yliu