Skip to content

Commit 5a77ff7

Browse files
committed
Merge branch 'rr/git-uri-doc' into maint
* rr/git-uri-doc: Git url doc: mark ftp/ftps as read-only and deprecate them
2 parents c15fada + 6347e71 commit 5a77ff7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/urls.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ address of the remote server, and the path to the repository.
66
Depending on the transport protocol, some of this information may be
77
absent.
88

9-
Git natively supports ssh, git, http, https, ftp, ftps, and rsync
10-
protocols. The following syntaxes may be used with them:
9+
Git supports ssh, git, http, and https protocols (in addition, ftp,
10+
and ftps can be used for fetching and rsync can be used for fetching
11+
and pushing, but these are inefficient and deprecated; do not use
12+
them).
13+
14+
The following syntaxes may be used with them:
1115

1216
- ssh://{startsb}user@{endsb}host.xz{startsb}:port{endsb}/path/to/repo.git/
1317
- git://host.xz{startsb}:port{endsb}/path/to/repo.git/

0 commit comments

Comments
 (0)