Stefan Beller <sbeller@xxxxxxxxxx> writes: > Signed-off-by: Stefan Beller <sbeller@xxxxxxxxxx> > --- > > This may go unrelated to this series as well. Yeah, this can come before this series as a good independent clean-up. > > Documentation/technical/pack-protocol.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/technical/pack-protocol.txt > b/Documentation/technical/pack-protocol.txt > index fc09c63..4064fc7 100644 > --- a/Documentation/technical/pack-protocol.txt > +++ b/Documentation/technical/pack-protocol.txt > @@ -1,11 +1,11 @@ > Packfile transfer protocols > =========================== > > -Git supports transferring data in packfiles over the ssh://, git:// and > +Git supports transferring data in packfiles over the ssh://, git://, http:// and > file:// transports. There exist two sets of protocols, one for pushing > data from a client to a server and another for fetching data from a > -server to a client. All three transports (ssh, git, file) use the same > -protocol to transfer data. > +server to a client. The three transports (ssh, git, file) use the same > +protocol to transfer data. http is documented in http-protocol.txt. > > The processes invoked in the canonical Git implementation are 'upload-pack' > on the server side and 'fetch-pack' on the client side for fetching data; -- 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