diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-01 12:41:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-01 12:41:43 -0700 |
commit | 43f25ae7b8e02d224fd150cf365b28d1956cc8cf (patch) | |
tree | 79bb19c689c43bf9f77f2064056d3c538462d989 /Documentation | |
parent | 22930a0a8d21bf15a9b2582b262b5de2f3d106a2 (diff) | |
parent | 20618016df1255a2adebe900af7d66f88ef7a33b (diff) | |
download | git-43f25ae7b8e02d224fd150cf365b28d1956cc8cf.tar.gz |
Merge branch 'ft/doc-git-transport'
* ft/doc-git-transport:
documentation: add git:// transport security notice
Diffstat (limited to 'Documentation')
-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 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/ |