Skip to content

Commit 055c7e9

Browse files
stefanbellergitster
authored andcommitted
Documentation/technical/pack-protocol: mention http as possible protocol
Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fdf96a2 commit 055c7e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/technical/pack-protocol.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Packfile transfer protocols
22
===========================
33

4-
Git supports transferring data in packfiles over the ssh://, git:// and
4+
Git supports transferring data in packfiles over the ssh://, git://, http:// and
55
file:// transports. There exist two sets of protocols, one for pushing
66
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.
7+
server to a client. The three transports (ssh, git, file) use the same
8+
protocol to transfer data. http is documented in http-protocol.txt.
99

1010
The processes invoked in the canonical Git implementation are 'upload-pack'
1111
on the server side and 'fetch-pack' on the client side for fetching data;

0 commit comments

Comments
 (0)