Junio C Hamano <gitster@xxxxxxxxx> wrote: > * sp/fetch-optim (Sat Mar 1 00:25:38 2008 -0500) 7 commits > - Teach git-fetch to grab a tag at the same time as a commit > - Make git-fetch follow tags we already have objects for sooner > - Teach upload-pack to log the received need lines to fd 3 > - Allow builtin-fetch's find_non_local_tags to append onto a list > - Ensure tail pointer gets setup correctly when we fetch HEAD only > - Remove unnecessary delaying of free_refs(ref_map) in builtin-fetch > - Remove unused variable in builtin-fetch find_non_local_tags > > A few existing tests in 5515 need to be adjusted as they expect tags not > to be fetched early, but the point of this series is to optimize to allow > them to, under some conditions. Otherwise slated for 1.5.5. Really? I thought 5515 was passing when I sent the v2 series in. I'll double check it later today. Prior to my "Teach upload-pack to log" change I'm not sure *how* the tests in 5515 would notice that tags were fetched on the first connection and not the second. Its still in the same git-fetch process. -- Shawn. -- 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