Re: Large number of object files

2012-10-24 Thread Jeff King
On Wed, Oct 24, 2012 at 01:59:16PM +0700, Nguyen Thai Ngoc Duy wrote: > On Wed, Oct 24, 2012 at 12:21 PM, Uri Moszkowicz wrote: > > Continuing to work on improving clone times, using "git gc > > --aggressive" has resulted in a large number of tags combining into a > > single file but now I have a

Re: Large number of object files

2012-10-23 Thread Nguyen Thai Ngoc Duy
On Wed, Oct 24, 2012 at 12:21 PM, Uri Moszkowicz wrote: > Continuing to work on improving clone times, using "git gc > --aggressive" has resulted in a large number of tags combining into a > single file but now I have a large number of files in the objects > directory - 131k for a ~2.7GB repositor

Large number of object files

2012-10-23 Thread Uri Moszkowicz
Continuing to work on improving clone times, using "git gc --aggressive" has resulted in a large number of tags combining into a single file but now I have a large number of files in the objects directory - 131k for a ~2.7GB repository. Any way to reduce the number of these files to speed up clones