diff options
author | 2016-03-16 13:16:40 -0700 | |
---|---|---|
committer | 2016-03-16 13:16:40 -0700 | |
commit | 9e689802e393b614ab9343dba2cee3828950f3ec (patch) | |
tree | c2116919f414f39f53e64cb46cd89124cd1a57a4 /Documentation | |
parent | RelNotes for 2.8.0: typofix (diff) | |
parent | Disown ssh+git and git+ssh (diff) | |
download | tgif-9e689802e393b614ab9343dba2cee3828950f3ec.tar.xz |
Merge branch 'cn/deprecate-ssh-git-url'
The two alternative ways to spell "ssh://" transport have been
deprecated for a long time. The last mention of them has finally
removed from the documentation.
* cn/deprecate-ssh-git-url:
Disown ssh+git and git+ssh
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 951b24661e..f9252d5591 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -1129,7 +1129,7 @@ of clones and fetches. connection (or proxy, if configured) - `ssh`: git over ssh (including `host:path` syntax, - `git+ssh://`, etc). + `ssh://`, etc). - `http`: git over http, both "smart http" and "dumb http". Note that this does _not_ include `https`; if you want both, |