From owner-cvs-all@FreeBSD.ORG Thu Sep 4 02:28:28 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97AF410656CF; Thu, 4 Sep 2008 02:28:28 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 78B548FC1E; Thu, 4 Sep 2008 02:28:28 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m842SRls041792; Wed, 3 Sep 2008 19:28:27 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id m842SQkB041791; Wed, 3 Sep 2008 19:28:26 -0700 (PDT) (envelope-from obrien) Date: Wed, 3 Sep 2008 19:28:26 -0700 From: "David O'Brien" To: Nathan Whitehorn Message-ID: <20080904022826.GD40063@dragon.NUXI.org> References: <200808311723.m7VHNsEp082579@repoman.freebsd.org> <20080903210532.GH72107@obiwan.tataz.chchile.org> <48BF0BEC.7040401@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48BF0BEC.7040401@freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Jeremie Le Hen , cvs-all@freebsd.org Subject: Re: cvs commit [RELENG_7] src/sys/powerpc/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 02:28:28 -0000 On Wed, Sep 03, 2008 at 03:13:00PM -0700, Nathan Whitehorn wrote: >>> SVN rev 182551 on 2008-08-31 17:23:45Z by nwhitehorn >>> Back out r182439 to move device bm to PowerPC-specific NOTES, and >>> replace it by an MFC of r179646, which does the same thing. .. >> I though the FreeBSD committers policy enforced commit logs in 80 >> columns. At least it seems to be a very widely common habit. >> Would you mind sticking to it please? :) >> > Sorry about that. It would be nice to have a commit hook that wraps > messages to 80 characters. Nope - too risky of messing up a message you've explicitly formatted a different way. Good editors can be configured to auto-wrap for you. :-) -- -- David (obrien@FreeBSD.org)