Mike Hommey wrote: > Hi, > > I was wondering if that was to be expected for git-fsck to be > significantly slower than git-prune (by several orders of magnitude) ? > > $ time git-lost-found > > real 8m22.167s > user 6m44.153s > sys 1m16.613s > > $ time git-prune > > real 0m0.376s > user 0m0.304s > sys 0m0.000s > You're probably already packed. I'd expect a similar speed difference between git-fsck and git-fsck --full. Sam. - 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