git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Daniel Barkalow <barkalow@iabervon.org>, git@vger.kernel.org
Subject: Re: [PATCH 1/3 v3] Add support for external programs for handling native fetches
Date: Wed, 05 Aug 2009 13:43:02 -0700	[thread overview]
Message-ID: <7v4osm0z6x.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <alpine.DEB.1.00.0908052231461.8306@pacific.mpi-cbg.de> (Johannes Schindelin's message of "Wed\, 5 Aug 2009 22\:34\:26 +0200 \(CEST\)")

Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:

>> > > +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.

In RFC parlance that's called <scheme>.

  reply	other threads:[~2009-08-05 20:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-31  5:26 [PATCH 1/3 v3] Add support for external programs for handling native fetches Daniel Barkalow
2009-08-05 10:01 ` Johannes Schindelin
2009-08-05 15:34   ` Daniel Barkalow
2009-08-05 20:34     ` Johannes Schindelin
2009-08-05 20:43       ` Junio C Hamano [this message]
2009-08-05 20:58       ` Daniel Barkalow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7v4osm0z6x.fsf@alter.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=barkalow@iabervon.org \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).