all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Miles Bader <miles@gnu.org>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: David Reitter <david.reitter@gmail.com>,
	Stefan Monnier <monnier@iro.umontreal.ca>,
	"emacs-devel@gnu.org discussions" <emacs-devel@gnu.org>
Subject: Re: git archive no longer being updated?
Date: Sat, 09 Jan 2010 22:17:27 +0900	[thread overview]
Message-ID: <877hrr1kpk.fsf@catnip.gol.com> (raw)
In-Reply-To: <m2vdfb62jp.fsf@whitebox.home> (Andreas Schwab's message of "Sat,  09 Jan 2010 10:38:34 +0100")

Andreas Schwab <schwab@linux-m68k.org> 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 <cyd@stupidchicken.com>
   Date:   Sun Dec 27 08:11:12 2009 +0000

       * minibuf.c (Fall_completions): Minor optimization.
   $ git log -1 9091c6767ef
   commit 9091c6767ef8ec4e84c5407d325cbacd53bcfe2f
   Author: Chong Yidong <cyd@stupidchicken.com>
   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.




  reply	other threads:[~2010-01-09 13:17 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-01 22:46 git archive no longer being updated? Randal L. Schwartz
2010-01-01 23:01 ` Andreas Schwab
2010-01-01 23:02   ` Randal L. Schwartz
2010-01-01 23:49     ` Andreas Schwab
2010-01-01 23:53       ` Randal L. Schwartz
2010-01-10  9:51         ` Jim Meyering
2010-01-10 14:02           ` Giuseppe Scrivano
2010-01-10 14:09             ` David Reitter
2010-01-11  2:26               ` Stephen J. Turnbull
2010-01-11  4:27                 ` David Reitter
2010-01-10 14:17             ` Jim Meyering
2010-01-07 15:43   ` David Reitter
2010-01-07 16:24     ` Andreas Schwab
2010-01-12 19:22       ` David Reitter
2010-01-07 20:10     ` Stefan Monnier
2010-01-08 22:15       ` David Reitter
2010-01-08 23:15         ` Andreas Schwab
2010-01-09  3:49           ` Miles Bader
2010-01-09  9:38             ` Andreas Schwab
2010-01-09 13:17               ` Miles Bader [this message]
2010-01-09 16:23                 ` Andreas Schwab
2010-01-09 23:46                 ` Jason Rumney
2010-01-10  0:21                   ` Miles Bader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877hrr1kpk.fsf@catnip.gol.com \
    --to=miles@gnu.org \
    --cc=david.reitter@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.