Add <transport>::<address> syntax for explicitly invoking a remote helper. --- Documentation/urls.txt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Documentation/urls.txt b/Documentation/urls.txt index 459a394..041cbfe 100644 --- a/Documentation/urls.txt +++ b/Documentation/urls.txt @@ -30,6 +30,11 @@ To sync with a local directory, you can use: - /path/to/repo.git/ - file:///path/to/repo.git/ +To explicity request a remote helper for a certain transport protocol, +you can use: + +- <transport>::path/to/repo.git + ifndef::git-clone[] They are mostly equivalent, except when cloning. See linkgit:git-clone[1] for details. -- 1.7.0.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html