From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6066B37B3 for ; Wed, 9 Dec 2015 17:47:46 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 09 Dec 2015 08:47:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,404,1444719600"; d="scan'208";a="10352302" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga004.fm.intel.com with ESMTP; 09 Dec 2015 08:47:44 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 9 Dec 2015 16:47:43 +0000 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.251]) by irsmsx111.ger.corp.intel.com ([169.254.2.223]) with mapi id 14.03.0248.002; Wed, 9 Dec 2015 16:47:43 +0000 From: "Van Haaren, Harry" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] doc: add patch submit cheatsheet Thread-Index: AQHRMp4SHGTCCvO+wEWDubCdhKl9TJ7C20YAgAAAnVA= Date: Wed, 9 Dec 2015 16:47:42 +0000 Message-ID: References: <1449678215-25698-1-git-send-email-harry.van.haaren@intel.com> <22661588.S5N3t0Qb91@xps13> In-Reply-To: <22661588.S5N3t0Qb91@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-inteldataclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsIiwiaWQiOiJhZjlmODU2ZC0xODRhLTRhNzYtOWVlMy1mNmUxZjQyOThiNTgiLCJwcm9wcyI6W3sibiI6IkludGVsRGF0YUNsYXNzaWZpY2F0aW9uIiwidmFscyI6W3sidmFsdWUiOiJDVFBfUFVCTElDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRWtBNFwvTGJNQkt1NjNvRVwvZjh3UFVpbXR0U05ScmVROExqVTZwMm1ZbDhrPSJ9 x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Wed, 09 Dec 2015 16:47:47 -0000 > 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=20 > Why -N? -N sets the Number of patches to send, when not sending .patch files but se= nding the latest commits of the current branch in git. Would you prefer if the sending of .patch files was documented? I'm indiffe= rent - but learned the -N way first :)