Re: RFH: Unable to get one big pack

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 18 Jun 2009, Marco Costalba wrote:

> Sorry for the silly question, but I have tried anything to get one big
> pack instead of many objects.
> 
> I tried git repack but with no success:
> 
> $ git repack -adf
> Counting objects: 3317, done.
> Compressing objects: 100% (3317/3317), done.
> Writing objects: 100% (3317/3317), done.
> Total 3317 (delta 2607), reused 0 (delta 0)
> $ ls -R .git/objects | wc -l
>   519
> $

The -d flag to 'git repack' only deletes old packs.

If you want to remove redundant loose objects then you need to run 
'git prune'.


Nicolas
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]