From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id D159B282 for ; Wed, 26 Nov 2014 20:57:32 +0100 (CET) Received: from cpe-098-026-066-094.nc.res.rr.com ([98.26.66.94] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XtiiP-0000Wc-Vj; Wed, 26 Nov 2014 14:57:31 -0500 Date: Wed, 26 Nov 2014 14:57:29 -0500 From: Neil Horman To: "De Lara Guarch, Pablo" Message-ID: <20141126195729.GA7903@hmsreliant.think-freely.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] maximum line size on patch 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, 26 Nov 2014 19:57:33 -0000 On Wed, Nov 26, 2014 at 05:31:12PM +0000, De Lara Guarch, Pablo wrote: > Hi, > > I am trying to send a patch for new sample app UG, but the patch cannot be sent because I am hitting the maximum line size on the patch. > > fatal: /tmp/35JFqgAmCA/0001-doc-Added-new-sample-app-UG-for-VM-power-management.patch: 29: patch contains a line longer than 998 characters > > This is due to the included svg files. Is there any way I can include them on the patch? Any other way? > You can also just put your local git tree in a public place and send a pull request to the list. Neil > Thanks, > Pablo >