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 18:13:27 -0400 (EDT) Message-ID: <20091007.181327.162137857.hanche@math.ntnu.no> References: <20091007.174517.110447638.hanche@math.ntnu.no> 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 1254954535 18980 80.91.229.12 (7 Oct 2009 22:28:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Oct 2009 22:28:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: david.reitter@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 08 00:28:44 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 1Mvezv-0007H7-Nn for ged-emacs-devel@m.gmane.org; Thu, 08 Oct 2009 00:28:40 +0200 Original-Received: from localhost ([127.0.0.1]:55947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mvezv-0001nd-0d for ged-emacs-devel@m.gmane.org; Wed, 07 Oct 2009 18:28:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvelN-0003lM-Ce for emacs-devel@gnu.org; Wed, 07 Oct 2009 18:13:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvelI-0003hl-Mr for emacs-devel@gnu.org; Wed, 07 Oct 2009 18:13:36 -0400 Original-Received: from [199.232.76.173] (port=37973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvelI-0003hh-Fj for emacs-devel@gnu.org; Wed, 07 Oct 2009 18:13:32 -0400 Original-Received: from abel.math.ntnu.no ([129.241.15.50]:40530) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MvelH-0007Sh-Vi for emacs-devel@gnu.org; Wed, 07 Oct 2009 18:13:32 -0400 Original-Received: (qmail 23225 invoked from network); 7 Oct 2009 22:13:30 -0000 Original-Received: from gauss.math.ntnu.no (HELO localhost) (hanche@129.241.15.102) by abel.math.ntnu.no with ESMTPA; 7 Oct 2009 22:13:30 -0000 In-Reply-To: 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:115971 Archived-At: + David Reitter : > On Oct 7, 2009, at 5:45 PM, Harald Hanche-Olsen wrote: > > > 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? > > It doesn't seem like it's marked, but revision f9b3f7 should be the > 23.1 release. That was my guess too, but etc/NEWS is different in the two. Here is the one in the tar ball: -rw-r--r-- 1 hanche admin 76351 Jul 29 21:13 emacs-23.1/etc/NEWS whereas the one in the revision you mention was last changed here: commit 32c3a1505ee77fcde1489d9629deb61703f5372b Author: Chong Yidong Date: Tue Jul 21 23:45:39 2009 +0000 - Harald