On Thu, Jun 18, 2009 at 16:40, Alex Riesen<raa.lkml@xxxxxxxxx> wrote: > 2009/6/18 Marco Costalba <mcostalba@xxxxxxxxx>: >> 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 >> $ > > git gc && git prune > Thanks to you and Nicolas for the hint. It worked. If I can make a suggestion: description of git-repack is a bit misleading "git-repack(1) This script is used to combine all objects that do not currently reside in a "pack", into a pack. It can also be used to re-organize existing packs into a single, more efficient pack." -- 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