On Wed, 5 Aug 2009, Johannes Schindelin wrote: > Hi, > > On Wed, 5 Aug 2009, Daniel Barkalow wrote: > > > On Wed, 5 Aug 2009, Johannes Schindelin wrote: > > > > > On Fri, 31 Jul 2009, Daniel Barkalow wrote: > > > > > > > + } > > > > + strbuf_release(&buf); > > > > + > > > > + for (posn = ret; posn; posn = posn->next) > > > > + resolve_remote_symref(posn, ret); > > > > + > > > > + return ret; > > > > +} > > > > + > > > > +int transport_native_helper_init(struct transport *transport) > > > > +{ > > > > + struct helper_data *data = xmalloc(sizeof(*data)); > > > > + char *eom = strchr(transport->url, ':'); > > > > > > "End of message"? > > > > "End of method"; that's the "method" part of a URL. > > I'd have called that "protocol". At least that's what java.net.URL > calls it, and I just assume that Sun is very much in love with standards, > so I could imagine they picked that term from the appropriate RFC. Actually, it turns out to be officially "scheme" (although commonly called "protocol"). I'll just call the variable "colon" and avoid the whole issue, since it's not trying to really manage official URLs. -Daniel *This .sig left intentionally blank* -- 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