Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/technical/pack-protocol: mention http as possible protocol
author
Stefan Beller
<sbeller@google.com>
Tue, 2 Jun 2015 00:02:17 +0000
(17:02 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 2 Jun 2015 21:59:59 +0000
(14:59 -0700)
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/pack-protocol.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
fdf96a2
)
diff --git
a/Documentation/technical/pack-protocol.txt
b/Documentation/technical/pack-protocol.txt
index 462e20645f1ea87dcc04938b8ca504bd0d7d7636..554b640e46610bb91304ea17e35af74ac5351d5a 100644
(file)
--- a/
Documentation/technical/pack-protocol.txt
+++ b/
Documentation/technical/pack-protocol.txt
@@
-1,11
+1,11
@@
Packfile transfer protocols
===========================
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
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;
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;