summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b6c8d2d)
raw | patch | inline | side by side (parent: b6c8d2d)
author | Ramkumar Ramachandra <artagnon@gmail.com> | |
Sun, 18 Apr 2010 00:56:37 +0000 (06:26 +0530) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 18 Apr 2010 20:56:24 +0000 (13:56 -0700) |
This is intended to be a fixup for commit ad466d1 in pu. As Jonathan
Neider pointed out, the second argument may be any arbitrary string,
and need not conform to any URL-like shape.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Acked-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Neider pointed out, the second argument may be any arbitrary string,
and need not conform to any URL-like shape.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Acked-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote-helpers.txt | patch | blob | history |
index 1b66f57b443d95ca8f1e05a3b61033d40597efe6..2dd70031cb4fcb9401be30d68632ddca17c66bed 100644 (file)
Remote helper programs are invoked with one or (optionally) two
arguments. The first argument specifies a remote repository as in git;
it is either the name of a configured remote or a URL. The second
-argument specifies a URL of the form '<transport>://<address>' or
-'<transport>::<address>', where '<address>' may be an arbitrary
-string.
+argument specifies a URL; it is usually of the form
+'<transport>://<address>', but any arbitrary string is possible.
When git encounters a URL of the form '<transport>://<address>', where
'<transport>' is a protocol that it cannot handle natively, it