From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Lbj5Q-0002Fi-93 for garchives@archives.gentoo.org; Mon, 23 Feb 2009 22:15:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C4A0E052F; Mon, 23 Feb 2009 22:15:39 +0000 (UTC) Received: from static.21.48.46.78.clients.your-server.de (static.21.48.46.78.clients.your-server.de [78.46.48.21]) by pigeon.gentoo.org (Postfix) with ESMTP id 52913E052F for ; Mon, 23 Feb 2009 22:15:39 +0000 (UTC) Received: by static.21.48.46.78.clients.your-server.de (Postfix, from userid 1007) id 950F91738B8; Mon, 23 Feb 2009 23:15:43 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on 0815-web.localdomain X-Spam-Level: X-Spam-Status: No, score=-102.6 required=5.0 tests=AWL,BAYES_00,NO_RECEIVED, NO_RELAYS,USER_IN_WHITELIST autolearn=ham version=3.2.1 Message-ID: <49A32002.20104@j-schmitz.net> Date: Mon, 23 Feb 2009 23:15:30 +0100 From: Justin User-Agent: Thunderbird 2.0.0.19 (X11/20090221) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 To: gentoo-science@lists.gentoo.org Subject: Re: [gentoo-science] Re: overlay move to git References: <20090223090855.76aac1b2@gentoo.org> <200902231318.25035.alexxy@gentoo.org> <49A2978A.40301@j-schmitz.net> <49A2E2B7.50107@j-schmitz.net> <1bd893420902231151m3e74e5bdpdefdb51d03a97918@mail.gmail.com> <49A303A4.2010708@j-schmitz.net> <1bd893420902231252v4637357dp96a2cf3e57aaae39@mail.gmail.com> <49A30D67.80304@j-schmitz.net> <49A30ECE.8010909@j-schmitz.net> <1bd893420902231323j5b16ae9aqff1023ce15880973@mail.gmail.com> In-Reply-To: <1bd893420902231323j5b16ae9aqff1023ce15880973@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC8290A855509B048B0A5AE48" X-Archives-Salt: a669a458-a486-4438-9335-4b2f41586292 X-Archives-Hash: fb6e70b8a907dba8b4180dbfe80e1f9b This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC8290A855509B048B0A5AE48 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Henry Gebhardt wrote: > On Mon, Feb 23, 2009 at 10:02 PM, Justin wrote: >> Justin schrieb: >>> Henry Gebhardt schrieb: >>>> On Mon, Feb 23, 2009 at 9:14 PM, Justin wrote= : >>>>> Henry Gebhardt schrieb: >>>>>> On Mon, Feb 23, 2009 at 6:53 PM, Justin wro= te: >>>>>>> Justin schrieb: >>>>>> (...) >>>>>>> But I hit some bad thing, I am working alot with branches and not= ed that >>>>>>> the .git dir growths and growths, although I removed the branche= s. Can >>>>>>> I clean this up? >>>>>> Yes! Collect all the garbage with >>>>>> >>>>>> $ git gc >>>>>> >>>>>> ~Henry >>>>>> >>>>> but that doesn't really shrink the size. >>>> That's weird. How big is it getting? (Mine is 4.1 MB) >>>> >>> 150mb adn it shrinked with git gc --agressive down to 120mb. >=20 > Now that is indeed a bit excessive. >=20 >>> What I did was pulling other overlays as branch, doing an filterbranc= h >>> and only merging certain thing. perhaps this is something different t= han >>> branching the repo itself. >>> >> and of course deleted the branches afterwards >> >=20 > Hm, I've never used git filter-branch before, but according to the > manpage the original branches are still stored in .git/refs/original, > so git gc wouldn't remove the objects they reference. Also, there > might still be a reference in .git/refs/remotes. (Possibly >=20 > $ git branch -a >=20 > will show all of them to you (definitely the remote ones).) >=20 > Hope that helps. >=20 > ~Henry >=20 yeah I deleted all branches, in branch -a there is only the local master and the the origin/master. --------------enigC8290A855509B048B0A5AE48 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkmjIAcACgkQgAnW8HDreRaHrwCgubFE4HpNhe/Yy3omRpituRDP 4PkAnRmVC57R4GuMdGCwRfLdPPcbcQBd =/FZT -----END PGP SIGNATURE----- --------------enigC8290A855509B048B0A5AE48--