From owner-cvs-all@FreeBSD.ORG Mon Oct 31 22:09:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF3716A41F; Mon, 31 Oct 2005 22:09:35 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9AF943D46; Mon, 31 Oct 2005 22:09:34 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 18A8F1CCDD; Tue, 1 Nov 2005 11:09:33 +1300 (NZDT) Date: Tue, 1 Nov 2005 11:09:33 +1300 From: Andrew Thompson To: Bill Fenner Message-ID: <20051031220933.GA7156@heff.fud.org.nz> References: <200510280258.j9S2wpmL058704@repoman.freebsd.org> <20051030194833.GA2699@heff.fud.org.nz> <20051030224106.GC891@zaphod.nitro.dk> <200510310139.j9V1dZ3i025712@bright.research.att.com> <436585A4.6020008@freebsd.org> <200510312203.j9VM3c3E020714@bright.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510312203.j9VM3c3E020714@bright.research.att.com> User-Agent: Mutt/1.4.2.1i Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Xin LI , "Simon L. Nielsen" , Colin Percival Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 22:09:36 -0000 On Mon, Oct 31, 2005 at 02:03:38PM -0800, Bill Fenner wrote: > > I've turned off ending cvs logs at the end-of-file string (77 ='s) > on http://people.freebsd.org/~fenner/newcgi/cvsweb.cgi . > The URL that started this thread, > http://people.freebsd.org/~fenner/newcgi/cvsweb.cgi/src/UPDATING?only_with_tag=RELENG_6 > seems to work ok. > > > I doubt that we'd end up being comfortable with the amount of > repo surgery that's probably needed to correct all instances > of this problem, and it's just too darn handy to paste "cvs log" > output into MFC commit messages so the problem isn't going to go > away. Is it possible to add a flag to cvs to change the field separator string? cvsweb could override it to something unique. Andrew