On 11/22/06, Marco Costalba <mcostalba@xxxxxxxxx> wrote:
On 11/22/06, Junio C Hamano <junkio@xxxxxxx> wrote: > there is only one such extension defined, "peeled". This stores > the "peeled tag" on a line that immediately follows a line for a > tag object itself in the format "^<sha-1>". > Thanks, I will try to do some performance tests this week end.
Cold cache tests with "git show-ref -d" on packed refs (after "git-pack-refs --prune") Before patch: - git tree 2374ms - linux tree 2225ms After patch: - git tree 1108ms - linux tree 1025 ms - 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