Skip to content

Commit 68538cf

Browse files
committed
Merge branch 'sb/pack-protocol-mention-smart-http' into maint
Doc updates. * sb/pack-protocol-mention-smart-http: Documentation/technical/pack-protocol: mention http as possible protocol
2 parents f2bd231 + 055c7e9 commit 68538cf

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)