From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: A git repository question Date: Wed, 07 Oct 2009 21:16:09 -0400 (EDT) Message-ID: <20091007.211609.103320593.hanche@math.ntnu.no> References: <20091007.174517.110447638.hanche@math.ntnu.no> <87skdubst5.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254964598 10067 80.91.229.12 (8 Oct 2009 01:16:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Oct 2009 01:16:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: cyd@stupidchicken.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 08 03:16:28 2009 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 1MvhcH-0005uV-UJ for ged-emacs-devel@m.gmane.org; Thu, 08 Oct 2009 03:16:26 +0200 Original-Received: from localhost ([127.0.0.1]:46669 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvhcG-000606-T8 for ged-emacs-devel@m.gmane.org; Wed, 07 Oct 2009 21:16:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvhcB-0005yG-Gj for emacs-devel@gnu.org; Wed, 07 Oct 2009 21:16:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mvhc6-0005uB-PF for emacs-devel@gnu.org; Wed, 07 Oct 2009 21:16:19 -0400 Original-Received: from [199.232.76.173] (port=54766 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mvhc6-0005tn-Jv for emacs-devel@gnu.org; Wed, 07 Oct 2009 21:16:14 -0400 Original-Received: from abel.math.ntnu.no ([129.241.15.50]:43774) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mvhc6-0000js-5c for emacs-devel@gnu.org; Wed, 07 Oct 2009 21:16:14 -0400 Original-Received: (qmail 7710 invoked from network); 8 Oct 2009 01:16:11 -0000 Original-Received: from gauss.math.ntnu.no (HELO localhost) (hanche@129.241.15.102) by abel.math.ntnu.no with ESMTPA; 8 Oct 2009 01:16:11 -0000 In-Reply-To: <87skdubst5.fsf@stupidchicken.com> X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.2.51 on Emacs 23.0.94 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by monty-python.gnu.org: Solaris 8 (1) 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:115973 Archived-At: + Chong Yidong : > Harald Hanche-Olsen writes: > > > Is there a way to dig the actual 23.1 release out of the git > > repository at git://git.sv.gnu.org/emacs.git ? I can see handy tags > > like EMACS_22_3 there, but no EMACS_23_1. Or does the release exist > > only as a tar ball? > > The Emacs 23.1 release has its own CVS tag (EMACS_23_1). That answers my last question, thank you. But then the lack of this tag in the git repository is a shortcoming in the cvs-to-git conversion process, no? - Harald