From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: git and changelogs Date: Sun, 11 May 2008 05:09:05 +0200 Message-ID: <87y76hczam.fsf@gnu.org> References: <877ie3cd85.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210475423 17737 80.91.229.12 (11 May 2008 03:10:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 May 2008 03:10:23 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun May 11 05:10:59 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 1Jv1xe-0001DY-Bb for guile-devel@m.gmane.org; Sun, 11 May 2008 05:10:54 +0200 Original-Received: from localhost ([127.0.0.1]:44664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jv1wv-00080v-OF for guile-devel@m.gmane.org; Sat, 10 May 2008 23:10:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jv1ws-0007yJ-9V for guile-devel@gnu.org; Sat, 10 May 2008 23:10:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jv1wq-0007xF-JD for guile-devel@gnu.org; Sat, 10 May 2008 23:10:05 -0400 Original-Received: from [199.232.76.173] (port=44553 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jv1wq-0007xC-DN for guile-devel@gnu.org; Sat, 10 May 2008 23:10:04 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:55932 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jv1wp-0000m5-TX for guile-devel@gnu.org; Sat, 10 May 2008 23:10:04 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Jv1wo-0000Ho-SL for guile-devel@gnu.org; Sun, 11 May 2008 03:10:02 +0000 Original-Received: from dhcp64-134-34-233.bwic.chi.wayport.net ([64.134.34.233]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 May 2008 03:10:02 +0000 Original-Received: from ludo by dhcp64-134-34-233.bwic.chi.wayport.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 May 2008 03:10:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dhcp64-134-34-233.bwic.chi.wayport.net X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 23 =?iso-8859-1?Q?Flor=E9al?= an 216 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i686-pc-linux-gnu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:BuKCDQ1CJzDv5nitcVj5FtKKyv8= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:7235 Archived-At: Hi, Neil Jerram writes: > Do you mean that we would still have the same level of detail that we > currently put in ChangeLog, but we would put that in the commit > message instead? Yes, AIUI. > If the former, I'm worried that there isn't AFAIK anything as nice as > `C-x 4 a' for adding one detail of a change to a pending commit > message. (Or is there?) I use `git.el' that comes with Git, which definitely doesn't have anything equivalent. DVC might have something like this though. Andy? Thanks, Ludovic.