We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf96a2 commit 055c7e9Copy full SHA for 055c7e9
1 file changed
Documentation/technical/pack-protocol.txt
@@ -1,11 +1,11 @@
1
Packfile transfer protocols
2
===========================
3
4
-Git supports transferring data in packfiles over the ssh://, git:// and
+Git supports transferring data in packfiles over the ssh://, git://, http:// and
5
file:// transports. There exist two sets of protocols, one for pushing
6
data from a client to a server and another for fetching data from a
7
-server to a client. All three transports (ssh, git, file) use the same
8
-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.
9
10
The processes invoked in the canonical Git implementation are 'upload-pack'
11
on the server side and 'fetch-pack' on the client side for fetching data;
0 commit comments