Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57094 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98812 invoked from network); 24 Dec 2011 22:34:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Dec 2011 22:34:42 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:43860] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/90-16446-18356FE4 for ; Sat, 24 Dec 2011 17:34:42 -0500 Received: by wgbds13 with SMTP id ds13so14410562wgb.5 for ; Sat, 24 Dec 2011 14:34:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=eMDuWM5dtTYdPYlS1TMA44tHkUUww+EOAElfSMIl/XE=; b=gFHRDCNcrmf22LamKiUko+zsCeLc4yS6E6ILYKDmvq04W0lWXYztJQyqJohPxJbGPi 5gIXKkL7SCpwtHXQRi2N7SYjoi2xQyzJoK50VS0pwIamhgcUfQvf7JjjZMVWXJ1M6nSy 4Z8CYcRZqXJzZ+a2TSYLI8CpX1dhDwf6Ls8xo= Received: by 10.216.136.73 with SMTP id v51mr16390766wei.5.1324766078573; Sat, 24 Dec 2011 14:34:38 -0800 (PST) Received: from [192.168.1.26] ([80.28.64.43]) by mx.google.com with ESMTPS id k5sm43639548wiz.9.2011.12.24.14.34.36 (version=SSLv3 cipher=OTHER); Sat, 24 Dec 2011 14:34:37 -0800 (PST) Message-ID: <4EF65479.1010402@gmail.com> Date: Sat, 24 Dec 2011 23:38:49 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Lester Caine CC: PHP Internals References: <4EF5E7CB.20903@lsces.co.uk> In-Reply-To: <4EF5E7CB.20903@lsces.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [Proposal] Remove the tail ws in codes From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 24/12/11 15:55, Lester Caine wrote: > I'm with Derek ... having commits that are just WS corrections can be > irritating when tracking changes ... but it would most definitely > better to get them fixed before moving to git which would lump mass > commits like that together in a change set and make rolling back > changes a nightmare. Perform that as the last svn commit?