summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-01 12:41:43 -0700
committerJunio C Hamano <gitster@pobox.com>2013-07-01 12:41:43 -0700
commit43f25ae7b8e02d224fd150cf365b28d1956cc8cf (patch)
tree79bb19c689c43bf9f77f2064056d3c538462d989
parent22930a0a8d21bf15a9b2582b262b5de2f3d106a2 (diff)
parent20618016df1255a2adebe900af7d66f88ef7a33b (diff)
downloadgit-43f25ae7b8e02d224fd150cf365b28d1956cc8cf.tar.gz
Merge branch 'ft/doc-git-transport'
* ft/doc-git-transport: documentation: add git:// transport security notice
-rw-r--r--Documentation/urls.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/urls.txt b/Documentation/urls.txt
index 5e185f87c2..9ccb24677e 100644
--- a/Documentation/urls.txt
+++ b/Documentation/urls.txt
@@ -11,6 +11,9 @@ 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 native transport (i.e. git:// URL) does no authentication and
+should be used with caution on unsecured networks.
+
The following syntaxes may be used with them:
- ssh://{startsb}user@{endsb}host.xz{startsb}:port{endsb}/path/to/repo.git/