diff options
author | Alp Toker <alp@atoker.com> | 2006-07-14 11:31:50 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-14 11:31:50 -0700 |
commit | dd4c59121ff8277d49a64a8f105936878a9fd7af (patch) | |
tree | e631d7b64d9b9e9c2eeb661c3fdee4e2414488df | |
parent | 4b7ce6e2d6ba088da50de1df38b040ea2c0b8f18 (diff) | |
download | git-dd4c59121ff8277d49a64a8f105936878a9fd7af.tar.gz git-dd4c59121ff8277d49a64a8f105936878a9fd7af.tar.xz |
documentation (urls.txt) typofix
-rw-r--r-- | Documentation/urls.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/urls.txt b/Documentation/urls.txt index 93378d237..9d2ad469e 100644 --- a/Documentation/urls.txt +++ b/Documentation/urls.txt @@ -15,7 +15,7 @@ to name the remote repository: - ssh://+++[user@+++]host.xz/~/path/to/repo.git =============================================================== -SSH Is the default transport protocol and also supports an +SSH is the default transport protocol and also supports an scp-like syntax. Both syntaxes support username expansion, as does the native git protocol. The following three are identical to the last three above, respectively: |