From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-40769-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1O1iu2-0008CE-2q
	for garchives@archives.gentoo.org; Tue, 13 Apr 2010 16:23:54 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EA198E084D;
	Tue, 13 Apr 2010 16:23:52 +0000 (UTC)
Received: from mail-qy0-f179.google.com (mail-qy0-f179.google.com [209.85.221.179])
	by pigeon.gentoo.org (Postfix) with ESMTP id 81B20E0808
	for <gentoo-dev@lists.gentoo.org>; Tue, 13 Apr 2010 16:23:49 +0000 (UTC)
Received: by qyk9 with SMTP id 9so1726053qyk.1
        for <gentoo-dev@lists.gentoo.org>; Tue, 13 Apr 2010 09:23:49 -0700 (PDT)
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Sender: antarus@scriptkitty.com
Received: by 10.229.219.7 with HTTP; Tue, 13 Apr 2010 09:23:48 -0700 (PDT)
In-Reply-To: <4BC497F0.9080606@gentoo.org>
References: <y2h8b4c83ad1004051913je48d03eat3af5f26b7500428f@mail.gmail.com>
	 <1271157930.11850.977.camel@tablet>
	 <u2z8b4c83ad1004130448xca6953a3t5c5146f10e38e2ad@mail.gmail.com>
	 <19396.28532.913516.120152@a1i15.kph.uni-mainz.de>
	 <t2m8b4c83ad1004130635v6257b952ia09cfdfc73ee942e@mail.gmail.com>
	 <4BC497F0.9080606@gentoo.org>
Date: Tue, 13 Apr 2010 09:23:48 -0700
X-Google-Sender-Auth: 685a8cf031816aad
Received: by 10.229.35.80 with SMTP id o16mr1892136qcd.93.1271175828587; Tue, 
	13 Apr 2010 09:23:48 -0700 (PDT)
Message-ID: <y2hb41005391004130923w894a8019p7011692eca3285df@mail.gmail.com>
Subject: Re: [gentoo-dev] [git migration] The problem of ChangeLog generation
From: Alec Warner <antarus@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
X-Archives-Salt: 6998f8e2-bc2f-4eb0-b414-2218d651dba7
X-Archives-Hash: d2bcf8a0e271bd76e258fabe9d359beb

On Tue, Apr 13, 2010 at 9:12 AM, Matti Bickel <mabi@gentoo.org> wrote:
> Nirbheek Chauhan wrote:
>> From my PoV, editing ChangeLog is like editing history. Complete no-no.
>
> It is possible in all major SCMs for a reason. And I (as a user) would
> laugh at Changelog entries saying "um, I got that bug number wrong, it
> is really #1234". If I (as a developer) log such edits, I'm wasting my
> users time.

Its not possible in perforce once your change has been submitted.

>
> So I'll continue to edit and commit Changelogs without additional notice.
>
>

I agree that you should do this (it is rather convenient for everyone
after all) but I don't think editable changelog entries are really a
blocker for this migration.  It seems you can append to changelogs in
git which is likely sufficient for fixing mistakes that will occur.

-A