2012/1/12 Junio C Hamano <gitster@xxxxxxxxx>: >> @@ -938,6 +940,7 @@ struct transport *transport_get(struct remote *remote, const char *url) >> char *handler = xmalloc(len + 1); >> handler[len] = 0; >> strncpy(handler, url, len); >> + remote->foreign_vcs = helper; >> transport_helper_init(ret, handler); >> } > > This I am not sure. What value does "helper" variable have at this point > in the flow? Wouldn't it be a NULL? Or did you mean "handler"? Ah yes "handler", my bad. -- Duy -- 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