On 10/05/12 22:07, Alex wrote:
> Greetings.
>
> 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.
I think it should also be run at the server (after the history
rewriting), so that new clones benefit from the smaller pack object.

Reply via email to