On Tue, Feb 16, 2010 at 03:18:21PM +0800, Tay Ray Chuan wrote: > > That fixes the problem for me, but I am totally clueless about this > > code. Do all transports have a git_transport_data (if so, then why is it > > a void pointer?). > > It is void so that it can be any struct - for example, > git_transport_data, bundle_transport_data. That way, transport->data > can point to any transport-specific data, while keeping the compiler > satisfied at compile-time. OK, I figured it was something like that. In that case, your fix looks like the right thing to do (and it fixes my test case). Thanks. > -- >8 -- > Subject: [PATCH] transport: add got_remote_refs flag Acked-by: Jeff King <peff@xxxxxxxx> -Peff -- 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