Heya,
On Mon, Feb 28, 2011 at 17:58, Jeff King [off-list ref] wrote:
$ time git verify-pack \
.git/objects/pack/pack-36c50f6082df404c26a699f2702946e0cce6208f.idx
real 2m37.338s
user 2m35.874s
sys 0m1.348s
$ time git index-pack --verify \
.git/objects/pack/pack-36c50f6082df404c26a699f2702946e0cce6208f.pack
real 1m37.208s
user 1m36.106s
sys 0m1.048s
Wow, impressive results, a full minute shaved off.
OK, with the CPU time it probably took longer than your emails. But I
ate some ice cream while it computed. :)
You lucky man ;)
--
Cheers,
Sverre Rabbelier