On 09/27/2011 02:00 AM, Julian Phillips wrote: > get_ref_dir is called recursively for subdirectories, which means that > we were calling sort_ref_list for each directory of refs instead of > once for all the refs. This is a massive wast of processing, so now > just call sort_ref_list on the result of the top-level get_ref_dir, so > that the sort is only done once. +1 I think this patch should also be considered for maint, since it is noninvasive and fixes a bad performance regression. Michael -- Michael Haggerty mhagger@xxxxxxxxxxxx http://softwareswirl.blogspot.com/ -- 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