From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.devel Subject: Re: git and changelogs Date: Thu, 22 May 2008 23:02:02 +0200 Message-ID: <873aoanjcl.fsf@ambire.localdomain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211513234 8415 80.91.229.12 (23 May 2008 03:27:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 May 2008 03:27:14 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 23 05:27:51 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JzNwd-00050j-5E for guile-devel@m.gmane.org; Fri, 23 May 2008 05:27:51 +0200 Original-Received: from localhost ([127.0.0.1]:42808 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzNvs-0004pA-KA for guile-devel@m.gmane.org; Thu, 22 May 2008 23:27:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzIbC-0003Pu-2f for guile-devel@gnu.org; Thu, 22 May 2008 17:45:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzIb7-0003JV-BP for guile-devel@gnu.org; Thu, 22 May 2008 17:45:21 -0400 Original-Received: from [199.232.76.173] (port=39423 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzIb7-0003J9-4z for guile-devel@gnu.org; Thu, 22 May 2008 17:45:17 -0400 Original-Received: from [151.61.141.108] (port=50693 helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JzIb6-0006a8-T0 for guile-devel@gnu.org; Thu, 22 May 2008 17:45:17 -0400 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1JzHvG-0002YJ-Hj; Thu, 22 May 2008 23:02:02 +0200 In-Reply-To: (Andy Wingo's message of "Fri, 09 May 2008 17:38:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-Greylist: delayed 2411 seconds by postgrey-1.27 at monty-python; Thu, 22 May 2008 17:45:16 EDT X-Mailman-Approved-At: Thu, 22 May 2008 23:26:59 -0400 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7261 Archived-At: () Andy Wingo () Fri, 09 May 2008 17:38:12 +0200 Now that we've switched to git, hows about moving our changelogs to ChangeLog.old, and just using commit logs? We can still generate changelogs on release, if that's a desire. There was discussion on Git + ChangeLog on the gnulib list about half a year back. I can't recall the outcome, but do remember one side effect was that someone wrote a merge program specifically for ChangeLog files, that could hook into Git somehow. thi