diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-21 22:51:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-21 22:51:24 -0700 |
commit | 8c091d918de73e4600a93088ee0f702224ba99c3 (patch) | |
tree | e6cb539aa4ce4e1d48cf84aa94d8223e3d9d49d2 | |
parent | dbed5935940f49e3b400b744b43da95f57c5c6d6 (diff) | |
parent | 20618016df1255a2adebe900af7d66f88ef7a33b (diff) | |
download | git-8c091d918de73e4600a93088ee0f702224ba99c3.tar.gz |
Merge branch 'ft/doc-git-transport' into maint
* ft/doc-git-transport:
documentation: add git:// transport security notice
-rw-r--r-- | Documentation/urls.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/urls.txt b/Documentation/urls.txt index 60ba300117..64dae20b00 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/ |