Gentoo Archives: gentoo-science

From: Benjamin Bannier <benjamin.bannier@××××××××××.edu>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] Re: overlay move to git
Date: Mon, 23 Feb 2009 21:38:51
Message-Id: 20090223163756.4ed0dcd2@stonybrook.edu
In Reply to: Re: [gentoo-science] Re: overlay move to git by Justin
1 Hi,
2
3 On Mon, 23 Feb 2009 22:02:06 +0100
4 Justin <justin@×××××××××.net> wrote:
5
6 > > 150mb adn it shrinked with git gc --agressive down to 120mb.
7 > >
8 > > What I did was pulling other overlays as branch, doing an
9 > > filterbranch and only merging certain thing. perhaps this is
10 > > something different than branching the repo itself.
11 > >
12 > and of course deleted the branches afterwards
13
14 This can be a bit confusing, but even though these branches are deleted
15 they are still saved as refs in your repository. Only after a certain
16 time they get cleaned up by git gc.
17
18 Have a look at the configuration section of
19 # git help gc
20
21 In particular, look at the value of gc.reflogExpire you are currently
22 using.
23
24
25 Cheers,
26
27 Benjamin

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-science] Re: overlay move to git Justin <justin@×××××××××.net>