From: Junio C Hamano Date: Mon, 22 Jul 2013 05:51:24 +0000 (-0700) Subject: Merge branch 'ft/doc-git-transport' into maint X-Git-Tag: v1.8.3.4~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8c091d918de73e4600a93088ee0f702224ba99c3?hp=-c Merge branch 'ft/doc-git-transport' into maint * ft/doc-git-transport: documentation: add git:// transport security notice --- 8c091d918de73e4600a93088ee0f702224ba99c3 diff --combined Documentation/urls.txt index 60ba300117,5992ede1d8..64dae20b00 --- a/Documentation/urls.txt +++ b/Documentation/urls.txt @@@ -11,6 -11,9 +11,9 @@@ and ftps can be used for fetching and r 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/ @@@ -33,7 -36,7 +36,7 @@@ For local repositories, also supported syntaxes may be used: - /path/to/repo.git/ -- file:///path/to/repo.git/ +- \file:///path/to/repo.git/ ifndef::git-clone[] These two syntaxes are mostly equivalent, except when cloning, when