aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2016-02-15 15:29:06 +0100
committerJunio C Hamano <gitster@pobox.com>2016-03-09 13:54:38 -0800
commit07c7782cc8e1f37c7255dfc69c5d0e3f4d4d728c (patch)
tree997305e5d56581238bea1be4f934d5ad9b52cabd /Documentation/git.txt
parenta08595f76159b09d57553e37a5123f1091bb13e7 (diff)
downloadgit-07c7782cc8e1f37c7255dfc69c5d0e3f4d4d728c.tar.gz
git-07c7782cc8e1f37c7255dfc69c5d0e3f4d4d728c.tar.xz
Disown ssh+git and git+ssh
Some people argue that these were silly from the beginning (see http://thread.gmane.org/gmane.comp.version-control.git/285590/focus=285601 for example), but we have to support them for compatibility. That doesn't mean we have to show them in the documentation. These were already left out of the main list, but a reference in the main manpage was left, so remove that. Also add a note to discourage their use if anybody goes looking for them in the source code. Signed-off-by: Carlos Martín Nieto <cmn@dwim.me> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index d987ad20c..2f90635d5 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -1122,7 +1122,7 @@ of clones and fetches.
connection (or proxy, if configured)
- `ssh`: git over ssh (including `host:path` syntax,
- `git+ssh://`, etc).
+ `ssh://`, etc).
- `rsync`: git over rsync