Skip to content

Commit 6347e71

Browse files
artagnongitster
authored andcommitted
Git url doc: mark ftp/ftps as read-only and deprecate them
It is not even worth mentioning their removal; just discourage people from using them. Signed-off-by: Ramkumar Ramachandra <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9376c86 commit 6347e71

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)