From owner-svn-src-head@freebsd.org Mon Nov 2 07:13:46 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B0DAA24648; Mon, 2 Nov 2015 07:13:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6E3CE1A4F; Mon, 2 Nov 2015 07:13:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6E39E1823; Mon, 2 Nov 2015 07:13:46 +0000 (UTC) Date: Mon, 2 Nov 2015 07:13:46 +0000 From: Alexey Dokuchaev To: Michal Meloun Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r290234 - head/share/misc Message-ID: <20151102071346.GA12970@FreeBSD.org> References: <201511011654.tA1GstJP054578@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201511011654.tA1GstJP054578@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 07:13:46 -0000 On Sun, Nov 01, 2015 at 04:54:55PM +0000, Michal Meloun wrote: > New Revision: 290234 > URL: https://svnweb.freebsd.org/changeset/base/290234 > > Log: > Install myself as src committer. > > Approved by: kib (mentor) > > Description of fields to fill in above: 76 columns --| > [ garbage omitteed ] Here is a small advice: do not rely on "svn ci" calling your $EDITOR for you, compose the message yourself first and then do "svn ci -F $logfile". For one-liners, "svn ci -m message" works even better. ./danfe