Skip to content

Commit

Permalink
Merge branch 'ft/doc-git-transport' into maint
Browse files Browse the repository at this point in the history
* ft/doc-git-transport:
  documentation: add git:// transport security notice
  • Loading branch information
Junio C Hamano committed Jul 22, 2013
2 parents dbed593 + 2061801 commit 8c091d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/urls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 8c091d9

Please sign in to comment.