Skip to content

Commit

Permalink
Documentation/technical/pack-protocol: mention http as possible protocol
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Stefan Beller authored and Junio C Hamano committed Jun 2, 2015
1 parent fdf96a2 commit 055c7e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/technical/pack-protocol.txt
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 055c7e9

Please sign in to comment.