From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: git archive no longer being updated? Date: Sat, 09 Jan 2010 22:17:27 +0900 Message-ID: <877hrr1kpk.fsf@catnip.gol.com> References: <86ws015tpr.fsf@blue.stonehenge.com> <16D5C7E9-86C9-4844-A59A-14E554A38759@gmail.com> <87r5q07xak.fsf@catnip.gol.com> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263043073 27537 80.91.229.12 (9 Jan 2010 13:17:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Jan 2010 13:17:53 +0000 (UTC) Cc: David Reitter , Stefan Monnier , "emacs-devel@gnu.org discussions" To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 09 14:17:44 2010 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 1NTbCK-0001e1-JH for ged-emacs-devel@m.gmane.org; Sat, 09 Jan 2010 14:17:44 +0100 Original-Received: from localhost ([127.0.0.1]:51380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTbCL-0005nd-2v for ged-emacs-devel@m.gmane.org; Sat, 09 Jan 2010 08:17:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTbCG-0005nO-H9 for emacs-devel@gnu.org; Sat, 09 Jan 2010 08:17:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTbCB-0005gt-Ow for emacs-devel@gnu.org; Sat, 09 Jan 2010 08:17:40 -0500 Original-Received: from [199.232.76.173] (port=33727 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTbCB-0005ge-LU for emacs-devel@gnu.org; Sat, 09 Jan 2010 08:17:35 -0500 Original-Received: from smtp12.dentaku.gol.com ([203.216.5.74]:51110) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NTbC8-0003w4-Tg; Sat, 09 Jan 2010 08:17:33 -0500 Original-Received: from 218.231.177.74.eo.eaccess.ne.jp ([218.231.177.74] helo=catnip.gol.com) by smtp12.dentaku.gol.com with esmtpa (Dentaku) id 1NTbC4-0006E2-3m; Sat, 09 Jan 2010 22:17:28 +0900 Original-Received: by catnip.gol.com (Postfix, from userid 1000) id 4F920DF73; Sat, 9 Jan 2010 22:17:27 +0900 (JST) System-Type: x86_64-unknown-linux-gnu In-Reply-To: (Andreas Schwab's message of "Sat, 09 Jan 2010 10:38:34 +0100") Original-Lines: 71 X-Virus-Scanned: ClamAV GOL (outbound) X-Abuse-Complaints: abuse@gol.com X-detected-operating-system: by monty-python.gnu.org: GNU/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:119758 Archived-At: Andreas Schwab writes: >> ["master" is cloned from savannah > > Savannah is old. I know, but that's not the cause of the difference. If I do a diff between savannah master and the corresponding commit in the repo.or.cz master branch, I get the same difference. Below, "master" is the last savannah branch, and 9091c6767ef is the corresponding commit in the repo.or.cz master branch. $ git log -1 master commit 9a339f5040b089f97a4b5c86eefa3942b2e5eda4 Author: Chong Yidong Date: Sun Dec 27 08:11:12 2009 +0000 * minibuf.c (Fall_completions): Minor optimization. $ git log -1 9091c6767ef commit 9091c6767ef8ec4e84c5407d325cbacd53bcfe2f Author: Chong Yidong Date: Sun Dec 27 08:11:12 2009 +0000 * minibuf.c (Fall_completions): Minor optimization. $ git diff master 9091c6767ef diff --git a/etc/schema/dbhier.rnc b/etc/schema/dbhier.rnc index 7605f19..1671b01 100644 --- a/etc/schema/dbhier.rnc +++ b/etc/schema/dbhier.rnc @@ -10,7 +10,7 @@ # Organization for the Advancement of Structured Information # Standards (OASIS). # -# $Id: dbhier.rnc,v 1.1 2007-11-23 06:57:44 hexmode Exp $ +# $Id: dbhier.rnc,v 1.1 2003/08/30 04:19:27 jjc Exp $ # # Permission to use, copy, modify and distribute the DocBook DTD # and its accompanying documentation for any purpose and without fee diff --git a/etc/schema/dbnotn.rnc b/etc/schema/dbnotn.rnc index 78dcd9d..2a6185f 100644 --- a/etc/schema/dbnotn.rnc +++ b/etc/schema/dbnotn.rnc @@ -10,7 +10,7 @@ # Organization for the Advancement of Structured Information # Standards (OASIS). # -# $Id: dbnotn.rnc,v 1.1 2007-11-23 06:57:44 hexmode Exp $ +# $Id: dbnotn.rnc,v 1.1 2003/08/30 04:19:27 jjc Exp $ # # Permission to use, copy, modify and distribute the DocBook DTD # and its accompanying documentation for any purpose and without fee diff --git a/etc/schema/dbpool.rnc b/etc/schema/dbpool.rnc index a153493..46236eb 100644 --- a/etc/schema/dbpool.rnc +++ b/etc/schema/dbpool.rnc @@ -13,7 +13,7 @@ # Organization for the Advancement of Structured Information # Standards (OASIS). # -# $Id: dbpool.rnc,v 1.1 2007-11-23 06:57:44 hexmode Exp $ +# $Id: dbpool.rnc,v 1.4 2003/08/30 07:48:31 jjc Exp $ # # Permission to use, copy, modify and distribute the DocBook XML DTD # and its accompanying documentation for any purpose and without fee -Miles -- Quotation, n. The act of repeating erroneously the words of another. The words erroneously repeated.