From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28386 invoked from network); 26 Apr 2009 10:30:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Apr 2009 10:30:35 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 83849 invoked from network); 26 Apr 2009 10:30:27 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Apr 2009 10:30:27 -0000 Received: (qmail 1656 invoked by alias); 26 Apr 2009 10:30:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26881 Received: (qmail 1635 invoked from network); 26 Apr 2009 10:30:19 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 26 Apr 2009 10:30:19 -0000 Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.18.44]) by bifrost.dotsrc.org (Postfix) with ESMTP id A878480EA0C0 for ; Sun, 26 Apr 2009 12:28:05 +0200 (CEST) Received: from [89.245.41.151] (helo=fsst.voodoo.lan) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Ly1cJ-00073T-Sw; Sun, 26 Apr 2009 12:29:48 +0200 Received: from hawk by fsst.voodoo.lan with local (Exim 4.69) (envelope-from ) id 1Ly1c9-00065j-BP; Sun, 26 Apr 2009 12:29:37 +0200 Date: Sun, 26 Apr 2009 12:29:37 +0200 From: Frank Terbeck To: Wayne Davison Cc: zsh-workers@sunsite.dk Subject: Re: Git mirror at SF Message-ID: <20090426102937.GA4326@fsst.voodoo.lan> Mail-Followup-To: Wayne Davison , zsh-workers@sunsite.dk References: <20090314192359.GA17014@blorf.net> <20090314215123.GO16375@fsst.voodoo.lan> <20090315055916.GA13623@scru.org> <20090315165437.GA19800@blorf.net> <20090315212017.GC19800@blorf.net> <20090404221212.GA21390@blorf.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20090404221212.GA21390@blorf.net> User-Agent: Mutt/1.5.19 (2009-01-05) X-Df-Sender: 430444 X-Virus-Scanned: ClamAV 0.92.1/9291/Sun Apr 26 08:44:09 2009 on bifrost X-Virus-Status: Clean Wayne Davison : [...] > Today I implemented a better fix for the cvsps code, and am testing that > to see how it will handle the new commits that show up. While that is > going on you may see a delay in new cvs commits showing up in the git > repo. > > When I'm done, I'm going to push a brand new git repository because my > new cvsps code managed to join together a split commit into a proper > changeset, and I want to update the repository with that change. > > For anyone who grabs changes via "git pull --rebase", git should sync up > just fine when the new repository goes out (I tested it, and it uses a > 3-way merge for the spot where the 2 commits become one, and the end > result is identical to a fresh pull). Hi Wayne, Currently, the git repository's history seems a little off (although the repo's contents appear to be correct). a) I don't see any new tags (like one for 4.3.10-dev-3). b) I think the history of the git repository should be linear, shouldn't it? But year it seems to be broken up in one or two places, see: http://ft.bewatermyfriend.org/tmp/zshgithist.png Note that commits (alongside their tags) from November 2008 precede commits from January 2008 in that history. I am sure, this was not the case in earlier git imports, since I sometimes used the git history to check when a certain change was made in zsh. This is a newly cloned repository, to avoid possible problems when using --rebase when pulling. My current git version is: 1.6.2.2.446.gfbdc0 Any ideas? Or am I misjudging something here? Regards, Frank -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925