emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git archive no longer being updated?


From: Miles Bader
Subject: Re: git archive no longer being updated?
Date: Sat, 09 Jan 2010 22:17:27 +0900

Andreas Schwab <address@hidden> 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 <address@hidden>
   Date:   Sun Dec 27 08:11:12 2009 +0000

       * minibuf.c (Fall_completions): Minor optimization.
   $ git log -1 9091c6767ef
   commit 9091c6767ef8ec4e84c5407d325cbacd53bcfe2f
   Author: Chong Yidong <address@hidden>
   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 via email to

[Prev in Thread] Current Thread [Next in Thread]