From owner-svn-src-all@FreeBSD.ORG  Mon May 18 08:14:34 2015
Return-Path: <owner-svn-src-all@FreeBSD.ORG>
Delivered-To: svn-src-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 67238C5A;
 Mon, 18 May 2015 08:14:34 +0000 (UTC)
Received: from prod2.absolight.net (mx3.absolight.net
 [IPv6:2a01:678:2:100::25])
 (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
 (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 234A210D3;
 Mon, 18 May 2015 08:14:33 +0000 (UTC)
Received: from prod2.absolight.net (localhost [127.0.0.1])
 by prod2.absolight.net (Postfix) with ESMTP id C84D9BDC24;
 Mon, 18 May 2015 10:14:30 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=absolight.fr; h=date:from
 :to:cc:subject:message-id:in-reply-to:references:mime-version
 :content-type:content-transfer-encoding; s=plouf; bh=Bb5t62GF56e
 0GrCSSk05aMvBh+c=; b=slcIaTCXAqRyc0Io9GNcDn3SYVtd4DyLlSjHDEEyVRB
 +zyFIYb6tY5Is4074Ei61KoJ3Tg0TfkGknHFHdHDRL7peC1xc3g3BKuVCD/YyPgk
 IF+SfF15Cb8BfNq3EaybV1dQa0QYifPgYEolk0GOcbDYFwGsZ6AKmWDXtWjr7imk
 =
Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205])
 by prod2.absolight.net (Postfix) with ESMTPA id AD4CEBDC1F;
 Mon, 18 May 2015 10:14:30 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
 by atuin.in.mat.cc (Postfix) with ESMTP id 78A0B357389E;
 Mon, 18 May 2015 10:14:30 +0200 (CEST)
Date: Mon, 18 May 2015 10:14:30 +0200
From: Mathieu Arnold <m@absolight.fr>
To: Eitan Adler <eadler@freebsd.org>, Ian Lepore <ian@freebsd.org>,
 phabric-admin@freebsd.org
cc: Garrett Cooper <yaneurabeya@gmail.com>, Adrian Chadd <adrian@freebsd.org>, 
 Zbigniew Bodek <zbb@freebsd.org>, src-committers@freebsd.org,
 svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject: Re: svn commit: r282985 - in head/sys: arm/annapurna
 arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm
Message-ID: <7F73A915E7DF0EE8DC6149EC@atuin.in.mat.cc>
In-Reply-To: <CAF6rxg=kNFBhDWY0VZKWUb=sVRc-XRtJVGOquEAX=jcdq_CkYA@mail.gmail.com>
References: <201505151825.t4FIPnxJ099637@svn.freebsd.org>
 <CAJ-Vmomw3QeX4QfwN3ZH+cgJGbcJJT0LyjF8d+2EX0vExQzYog@mail.gmail.com>
 <059F2C65-F92D-445C-B603-0FAE0CAF976D@gmail.com>
 <1431877581.91685.49.camel@freebsd.org>
 <CAF6rxg=kNFBhDWY0VZKWUb=sVRc-XRtJVGOquEAX=jcdq_CkYA@mail.gmail.com>
X-Mailer: Mulberry/4.0.8 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-BeenThere: svn-src-all@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: "SVN commit messages for the entire src tree \(except for &quot;
 user&quot; and &quot; projects&quot; \)" <svn-src-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all/>
List-Post: <mailto:svn-src-all@freebsd.org>
List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 18 May 2015 08:14:34 -0000

+--On 18 mai 2015 00:21:43 -0700 Eitan Adler <eadler@freebsd.org> wrote:
| On 17 May 2015 at 08:46, Ian Lepore <ian@freebsd.org> wrote:
|> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote:
|>> > On May 16, 2015, at 18:45, Adrian Chadd <adrian@freebsd.org> wrote:
|>> > 
|>> > Did you commit files with DOS newlines in them? :)
|>> > 
|>> > tsk tsk tsk tsk tsk. I think should fix that..
|>> 
|>> Better yet it should probably be disabled in svn...
|>> 
|> 
|> Or flagged by some filter as a diff is uploaded to phabricator, since
|> the web display obscures whitespace.
| 
| This is possible.  Would blocking all diffs that match /\r\n$/ work?

That would crap up all patches that match that, which is a bad idea.

-- 
Mathieu Arnold