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 11Packfile 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
55file:// transports. There exist two sets of protocols, one for pushing
66data 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
1010The processes invoked in the canonical Git implementation are 'upload-pack'
1111on 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