summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-22 05:51:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-22 05:51:24 (GMT)
commit8c091d918de73e4600a93088ee0f702224ba99c3 (patch)
treee6cb539aa4ce4e1d48cf84aa94d8223e3d9d49d2
parentdbed5935940f49e3b400b744b43da95f57c5c6d6 (diff)
parent20618016df1255a2adebe900af7d66f88ef7a33b (diff)
downloadgit-8c091d918de73e4600a93088ee0f702224ba99c3.zip
git-8c091d918de73e4600a93088ee0f702224ba99c3.tar.gz
git-8c091d918de73e4600a93088ee0f702224ba99c3.tar.bz2
Merge branch 'ft/doc-git-transport' into maint
* 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 60ba300..64dae20 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/