From owner-cvs-src@FreeBSD.ORG Mon Mar 27 02:10:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDDA516A401; Mon, 27 Mar 2006 02:10:02 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4965D43D46; Mon, 27 Mar 2006 02:10:02 +0000 (GMT) (envelope-from sobomax@sippysoft.com) Received: from [192.168.1.46] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.4/8.13.4) with ESMTP id k2R2LxvY058142 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 26 Mar 2006 18:22:11 -0800 (PST) (envelope-from sobomax@sippysoft.com) Message-ID: <44274957.5060300@sippysoft.com> Date: Sun, 26 Mar 2006 18:09:27 -0800 From: Maxim Sobolev Organization: Sippy Software User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Kirill Ponomarew References: <200603241638.k2OGc2qt094713@repoman.freebsd.org> <20060324084458.A88774@xorpc.icir.org> <44243867.4090501@sippysoft.com> <20060324183303.GA26205@xor.obsecurity.org> <20060324215554.GB67464@voodoo.bawue.com> In-Reply-To: <20060324215554.GB67464@voodoo.bawue.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.ORG, John Baldwin , Luigi Rizzo , Kris Kennaway , cvs-all@FreeBSD.ORG, cvs-src@FreeBSD.ORG Subject: Re: email mangling (Re: cvs commit: src/bin/ls cmp.c extern.h ls.1 ls.c ls.h print.c util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 02:10:03 -0000 Kirill Ponomarew wrote: > On Fri, Mar 24, 2006 at 01:33:03PM -0500, Kris Kennaway wrote: >>> Perhaps we have to change policy to put only contributor's name, not >>> email, into the commit message. >> No thanks, it makes it impossible to contact them later on when all >> other context is lost. > > Seconded, in that case it's much easier to trackdown who is a > looser/winner, but I always sinned with "Ports Fury" :-) Well, another approach is to put submitter's e-mail into the repo as is, but filter it out from cvs log e-mail. It can be done easily. Then everybody who really cares can look into cvs logs directly. -Maxim