[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] migration git repository
From: |
Mike Frysinger |
Subject: |
Re: [Bug-wget] migration git repository |
Date: |
Fri, 11 May 2012 18:06:33 -0400 |
User-agent: |
KMail/1.13.7 (Linux/3.4.0-rc6; KDE/4.6.5; x86_64; ; ) |
On Friday 11 May 2012 17:48:51 Ángel González wrote:
> On 10/05/12 22:07, Alex wrote:
> > Sorry, don't know how to made correct reply to maillist from digest.
> >
> > After importing data from bazaar repository it's better to repack all
> > data with recomputing deltas. I use
> > git repack -A -F
> > and size was descreased from 180 MB to 10 MB.
>
> Indeed. Thanks a lot Alex. I had looked for that command, but was unable
> to get the right results (I think I tried git repack -A, without the
> -F). That is the proper one.
> The 179M .git becomes a 8,1M one.
cheers! i had tried -A -d, but that didn't help. -F certainly seems to be
the ticket.
> I think it should also be run at the server (after the history
> rewriting), so that new clones benefit from the smaller pack object.
indeed
-mike
signature.asc
Description: This is a digitally signed message part.
- Re: [Bug-wget] migration git repository, (continued)
Re: [Bug-wget] migration git repository, Mike Frysinger, 2012/05/09
Re: [Bug-wget] migration git repository, Tim Ruehsen, 2012/05/10
Re: [Bug-wget] migration git repository, Hrvoje Niksic, 2012/05/15
Re: [Bug-wget] migration git repository, Alex, 2012/05/11