From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69533 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus Git repository info and comitters: need updated password Date: Wed, 14 Apr 2010 05:38:29 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87sk6yl3oa.fsf@lifelogs.com> References: <87sk71o198.fsf@lifelogs.com> <87bpdpnkbd.fsf@randomsample.de> <87vdbweexj.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271241609 18433 80.91.229.12 (14 Apr 2010 10:40:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Apr 2010 10:40:09 +0000 (UTC) Cc: Ding Mailing List To: Andreas Schwab Original-X-From: ding-owner+M17928@lists.math.uh.edu Wed Apr 14 12:40:05 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O200p-0001L7-D2 for ding-account@gmane.org; Wed, 14 Apr 2010 12:40:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1O1zzX-00015M-MH; Wed, 14 Apr 2010 05:38:43 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1O1zzV-000158-F5 for ding@lists.math.uh.edu; Wed, 14 Apr 2010 05:38:41 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1O1zzP-000374-Q3 for ding@lists.math.uh.edu; Wed, 14 Apr 2010 05:38:41 -0500 Original-Received: from blockstar.com ([208.100.47.114] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1O1zzO-0007DE-00 for ; Wed, 14 Apr 2010 12:38:35 +0200 Original-Received: from heechee (c-98-227-29-141.hsd1.il.comcast.net [98.227.29.141]) by mail.blockstar.com (Postfix) with ESMTP id F25953E0638; Wed, 14 Apr 2010 05:38:33 -0500 (CDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69533 Archived-At: On Mon, 12 Apr 2010 20:57:12 +0200 Andreas Schwab wrote: AS> Ted Zlatanov writes: AS> Your did not use an author file so all authors/commiters are missing AS> full names. >> >> Can this be fixed now or do we need a new CVS import? AS> You can do a filter-branch, but a new import will probably be easier (or AS> use the repo at repo.or.cz). Can you try http://git.gnus.org/gnus.git again? I've re-imported it from repo.or.cz. I followed this procedure to import (plus an initial test commit) for both yours and David Engster's repositories: git remote add -f gnus-cvs-mirror git://repo.or.cz/gnus.git git merge -s ours --no-commit gnus-cvs-mirror/master git read-tree --prefix=/ -u gnus-cvs-mirror/master git commit -m 'merge the Gnus CVS mirror from git://repo.or.cz/gnus.git' On push, it generated (on the wire and on disk) 1.6 GB of data. `git repack; git gc' brought it back down to 34 MB on disk. The old repo is moved aside so any existing clones will not work. Ted