Petr Baudis wrote: > There's > insane amount of tags which means the gitweb summary page takes "a bit" > long to load, I wonder if using packed refs would improve that. Using git-for-each-ref would certainly improve speed (one fork vs. one per tag), using packed refs (by the way, can it be limited to tags only?) will improve speed further (one IO vs. one IO per tag). -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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