From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108714 invoked by alias); 1 Jun 2015 16:14:49 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 108704 invoked by uid 89); 1 Jun 2015 16:14:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 01 Jun 2015 16:14:48 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id A2F3F398A25; Mon, 1 Jun 2015 16:14:46 +0000 (UTC) Received: from fche.csb (vpn-230-36.phx2.redhat.com [10.3.230.36]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t51GEkLm001447; Mon, 1 Jun 2015 12:14:46 -0400 Received: by fche.csb (Postfix, from userid 2569) id 9E23F58392; Mon, 1 Jun 2015 12:14:44 -0400 (EDT) Date: Mon, 01 Jun 2015 16:14:00 -0000 From: "Frank Ch. Eigler" To: "H.J. Lu" Cc: overseers@gcc.gnu.org Subject: Re: [gcc git mirror] Need to run "git gc --auto" or "gcc prune" in cron Message-ID: <20150601161444.GC27218@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-SW-Source: 2015-q2/txt/msg00061.txt.bz2 Hi - > I have been getting: > [...] > Auto packing the repository for optimum performance. > warning: There are too many unreachable loose objects; run 'git prune' > to remove them. > [...] > My git repo has an hourly cron job entry of "git gc --auto" to address > this issue. The gccadmin account could consider doing so. (I've been burned doing some gc/prune operations on our gcc git-svn hybrid.) - FChE