diff options
author | Alp Toker <alp@atoker.com> | 2006-07-14 20:31:50 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-14 20:31:50 +0200 |
commit | dd4c59121ff8277d49a64a8f105936878a9fd7af (patch) | |
tree | e631d7b64d9b9e9c2eeb661c3fdee4e2414488df /Documentation/urls.txt | |
parent | gitweb.css: Use monospace fonts for commits and tree-diff. (diff) | |
download | git-dd4c59121ff8277d49a64a8f105936878a9fd7af.tar.xz git-dd4c59121ff8277d49a64a8f105936878a9fd7af.zip |
documentation (urls.txt) typofix
Diffstat (limited to 'Documentation/urls.txt')
-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 93378d2378..9d2ad469ec 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: |