From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17733 invoked by alias); 18 Nov 2009 15:14:38 -0000 Received: (qmail 17709 invoked by uid 22791); 18 Nov 2009 15:14:36 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from gv-out-0910.google.com (HELO gv-out-0910.google.com) (216.239.58.191) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Nov 2009 15:13:47 +0000 Received: by gv-out-0910.google.com with SMTP id p33so225367gvf.10 for ; Wed, 18 Nov 2009 07:13:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.90.131 with SMTP id e3mr1065851wef.69.1258557224544; Wed, 18 Nov 2009 07:13:44 -0800 (PST) In-Reply-To: <1258331577.10424.386.camel@giskard> References: <1258331577.10424.386.camel@giskard> Date: Wed, 18 Nov 2009 15:14:00 -0000 Message-ID: <6dc9ffc80911180713l7e2978c9sbc7490163968e527@mail.gmail.com> Subject: Re: git mirror repacked, new branches From: "H.J. Lu" To: Bernie Innocenti Cc: GCC Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00459.txt.bz2 On Sun, Nov 15, 2009 at 4:32 PM, Bernie Innocenti wrot= e: > I repacked our (un)official git mirror (http://gcc.gnu.org/git) with > > =A0git repack -a -d -f --window=3D100 --depth=3D100 --window-memory=3D2g > > The pack is now 600MB, which is a bit scary, but still manageable. > Mysteriously, cloning this repo yields a smaller pack of just 519MB, > which still contains all the branches. It was probably caused by entries > in the reflog, which I have now disabled. > > As an additional bonus, I've added refs for all the current branches tom > make them visible in gitweb and easier to clone. > Most of vendor branches are wrong. For example, there are many branches under branches/redhat. But I only see one redhat branch in git. BTW, I can't pull new changes from the new master into my local git branches which are based on the old master. --=20 H.J.