On Thu, May 19, 2011 at 02:33:35PM -0700, Junio C Hamano wrote:
Also sha1_object_info_extended() lost the call to the expensive function
packed_object_info_detail(), as the only thing we are interested in is to
see if the first-level object is a non-delta. As the result, 02/11 would
now be much easier to follow.
Thanks, I can confirm that this clears up the performance issue in my
test. I have no idea why it wasn't totally fixed with the patch I posted
earlier. I must have botched something.
-Peff