diff options
author | Elijah Newren <newren@gmail.com> | 2023-10-08 08:45:03 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 21:04:21 +0200 |
commit | cf6cac20059123d6ec3f867bb3692df62db52cf9 (patch) | |
tree | 99e0ee363183782b239257d69d28282c44100136 /Documentation/urls.txt | |
parent | The fifteenth batch (diff) | |
download | git-cf6cac20059123d6ec3f867bb3692df62db52cf9.tar.xz git-cf6cac20059123d6ec3f867bb3692df62db52cf9.zip |
documentation: wording improvements
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/urls.txt')
-rw-r--r-- | Documentation/urls.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/urls.txt b/Documentation/urls.txt index 1c229d7581..4e79c1589e 100644 --- a/Documentation/urls.txt +++ b/Documentation/urls.txt @@ -6,9 +6,9 @@ address of the remote server, and the path to the repository. Depending on the transport protocol, some of this information may be absent. -Git supports ssh, git, http, and https protocols (in addition, ftp, +Git supports ssh, git, http, and https protocols (in addition, ftp and ftps can be used for fetching, but this is inefficient and -deprecated; do not use it). +deprecated; do not use them). The native transport (i.e. git:// URL) does no authentication and should be used with caution on unsecured networks. |