From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muon.cran.org.uk (muon.bluestop.org [74.50.51.35]) (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 A374481F5C for ; Mon, 27 Feb 2017 13:42:21 -0800 (PST) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 6EF8037CDB; Mon, 27 Feb 2017 21:42:20 +0000 (UTC) Received: from muon.cran.org.uk ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id B_rk5VFBLx7n; Mon, 27 Feb 2017 21:42:17 +0000 (UTC) Received: from [192.168.1.28] (c-73-20-20-155.hsd1.ut.comcast.net [73.20.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Mon, 27 Feb 2017 21:42:17 +0000 (UTC) To: "Guo, Mang" , "edk2-devel@lists.01.org" References: <20170227041357.11176-1-rebecca@bluestop.org> <22D2C85ED001C54AA20BFE3B0E4751D1524DC10F@SHSMSX103.ccr.corp.intel.com> Cc: "Wei, David" , "Zimmer, Vincent" , "Wu, Mike" , "Lu, ShifeiX A" From: Rebecca Cran Message-ID: <58272f52-2700-ed8c-3868-99fa05c157a6@bluestop.org> Date: Mon, 27 Feb 2017 14:42:18 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <22D2C85ED001C54AA20BFE3B0E4751D1524DC10F@SHSMSX103.ccr.corp.intel.com> Subject: Re: [platforms/devel-MinnowBoard3] Reformat ReadMe.MD with markdown (github) and simplify instructions 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, 27 Feb 2017 21:42:21 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 2/26/2017 11:11 PM, Guo, Mang wrote: > Thanks Rebecca. I tried to apply your patch but failed with the below errors, could you update and send the patch again? > > > .git/rebase-apply/patch:16: trailing whitespace. > # INDEX Those are because some lines in the old ReadMe.MD file had trailing whitespace. You should be able to avoid the errors by passing "--whitespace=nowarn" when running "git apply". -- Rebecca