From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Re: It's not yet time to anoint git, or anything else Date: Wed, 02 Jan 2008 18:04:16 +0100 Organization: orebokech dot com Message-ID: <87sl1g5fcf.fsf@elegiac.orebokech.com> References: <20080102132458.387D9830B03@snark.thyrsus.com> <87wsqs5lic.fsf@elegiac.orebokech.com> <20080102152713.GF18853@thyrsus.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199293780 30222 80.91.229.12 (2 Jan 2008 17:09:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jan 2008 17:09:40 +0000 (UTC) Cc: "Eric S. Raymond" , emacs-devel@gnu.org To: esr@thyrsus.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 02 18:09:50 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JA766-0003CJ-2G for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2008 18:09:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JA75k-0007qE-0L for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2008 12:09:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JA70v-0003Tz-HY for emacs-devel@gnu.org; Wed, 02 Jan 2008 12:04:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JA70u-0003S4-0y for emacs-devel@gnu.org; Wed, 02 Jan 2008 12:04:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JA70t-0003Rx-N6 for emacs-devel@gnu.org; Wed, 02 Jan 2008 12:04:19 -0500 Original-Received: from smtp4-g19.free.fr ([212.27.42.30]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JA70t-0003vr-95 for emacs-devel@gnu.org; Wed, 02 Jan 2008 12:04:19 -0500 Original-Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 543363EA0FA; Wed, 2 Jan 2008 18:04:18 +0100 (CET) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp4-g19.free.fr (Postfix) with ESMTP id 397B43EA10B; Wed, 2 Jan 2008 18:04:17 +0100 (CET) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 9887B3B16B; Wed, 2 Jan 2008 18:04:16 +0100 (CET) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM, emacs-devel@gnu.org In-Reply-To: <20080102152713.GF18853@thyrsus.com> (Eric S. Raymond's message of "Wed, 2 Jan 2008 10:27:13 -0500") X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85925 Archived-At: "Eric S. Raymond" writes: > Hmmm...Romain, how is this maintained, is it with hook scripts > from the CVS repo? Also, is ChangeLog information in the git > history or as separate files? The update process is just 'git cvsimport' run from cron every 30 minutes, I think. Right now it's a direct conversion of the CVS repo, so the ChangeLog files are still there and the git commit message is copied from the corresponding CVS commit message.