From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69643 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: The Gnus repository is switching to Git as of 2010-04-19 Date: Thu, 22 Apr 2010 19:55:03 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87zl0vhtso.fsf@lifelogs.com> References: <878w8jmjly.fsf@lifelogs.com> <82k4s3e218.fsf@gmail.com> <87ljcjl0hj.fsf@lifelogs.com> <87r5m8c2wq.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 1271984134 32464 80.91.229.12 (23 Apr 2010 00:55:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Apr 2010 00:55:34 +0000 (UTC) Cc: ding@gnus.org To: Andreas Schwab Original-X-From: ding-owner+M18034@lists.math.uh.edu Fri Apr 23 02:55:32 2010 connect(): No such file or directory 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 1O57B3-0004t2-Be for ding-account@gmane.org; Fri, 23 Apr 2010 02:55:29 +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 1O57Ai-0006Az-Rk; Thu, 22 Apr 2010 19:55:08 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1O57Ah-0006Af-21 for ding@lists.math.uh.edu; Thu, 22 Apr 2010 19:55:07 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1O57Ag-0003H4-7Q for ding@lists.math.uh.edu; Thu, 22 Apr 2010 19:55:06 -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 1O57Af-0003DQ-00 for ; Fri, 23 Apr 2010 02:55:05 +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 14A0EA680E0; Thu, 22 Apr 2010 19:55:11 -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" In-Reply-To: (Andreas Schwab's message of "Wed, 21 Apr 2010 16:54:13 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69643 Archived-At: On Wed, 21 Apr 2010 16:54:13 +0200 Andreas Schwab wrote: AS> Ted Zlatanov writes: >> On Wed, 21 Apr 2010 14:12:39 +0200 Andreas Schwab wrote: >> AS> Andreas Schwab writes: >>>> I just ran `git gc --aggressive' on the git repo which shrank it to >>>> 18Mb. >> AS> After pruning unrechable reflogs it shrank further to 16Mb. >> >> Should I do something on the server? AS> I'd suggest running "git gc --aggressive" once on the server, so that AS> future clones will benefit. Since bare repositories don't keep reflogs AS> by default you don't have to worry about those. Done. It's almost 13 MB now which is really good. >> I've set it to run "git repack; git gc" monthly. AS> "git gc" already implies repack. Thanks, I changed the crontab accordingly. Ted