File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Packfile transfer protocols
2
2
===========================
3
3
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
5
5
file:// transports. There exist two sets of protocols, one for pushing
6
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.
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.
9
9
10
10
The processes invoked in the canonical Git implementation are 'upload-pack'
11
11
on the server side and 'fetch-pack' on the client side for fetching data;
You can’t perform that action at this time.
0 commit comments