summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-10-10 21:57:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-10-10 21:57:26 (GMT)
commitc5fe239860cc7afcae33c78307896be8c754517e (patch)
tree391a525782adbf3efa055c72251b8c6b9475a248 /Documentation
parentb7804cf2277af57785ca0a1686bf6571e711a9ca (diff)
parent6347e71619999481139862ac06f0f295ecf98658 (diff)
downloadgit-c5fe239860cc7afcae33c78307896be8c754517e.zip
git-c5fe239860cc7afcae33c78307896be8c754517e.tar.gz
git-c5fe239860cc7afcae33c78307896be8c754517e.tar.bz2
Merge branch 'rr/git-uri-doc'
* rr/git-uri-doc: Git url doc: mark ftp/ftps as read-only and deprecate them
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/urls.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/urls.txt b/Documentation/urls.txt
index 2890194..1d15ee7 100644
--- a/Documentation/urls.txt
+++ b/Documentation/urls.txt
@@ -6,8 +6,12 @@ address of the remote server, and the path to the repository.
Depending on the transport protocol, some of this information may be
absent.
-Git natively supports ssh, git, http, https, ftp, ftps, and rsync
-protocols. The following syntaxes may be used with them:
+Git supports ssh, git, http, and https protocols (in addition, ftp,
+and ftps can be used for fetching and rsync can be used for fetching
+and pushing, but these are inefficient and deprecated; do not use
+them).
+
+The following syntaxes may be used with them:
- ssh://{startsb}user@{endsb}host.xz{startsb}:port{endsb}/path/to/repo.git/
- git://host.xz{startsb}:port{endsb}/path/to/repo.git/