From owner-freebsd-stable@FreeBSD.ORG Fri Jun 6 15:26:08 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4E24106567C for ; Fri, 6 Jun 2008 15:26:08 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id AB7848FC1D for ; Fri, 6 Jun 2008 15:26:08 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id EDC8119E019; Fri, 6 Jun 2008 17:26:06 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 1442119E027; Fri, 6 Jun 2008 17:26:04 +0200 (CEST) Message-ID: <4849571E.606@quip.cz> Date: Fri, 06 Jun 2008 17:26:22 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Pete French References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: gmirror patches X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 15:26:08 -0000 Pete French wrote: [...] >>It is true that patch is better in plaintext diff. > > > How would I set about doing that without the whitespace being messed up > by email transit ? I have always found in the past that tabs end up as > spaces and then patch gets upset hwne you try to apply it. I sent PR throught webform with plain text patch with txt extension (http://www.freebsd.org/cgi/query-pr.cgi?pr=124248), patch is shown on webpage with spaces instead of tabs, but if you download it, tabs are tabs. Miroslav Lachman