From: Ramkumar Ramachandra Date: Sun, 18 Apr 2010 00:56:37 +0000 (+0530) Subject: Fixup: Second argument may be any arbitrary string X-Git-Tag: v1.7.1-rc2~1^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=272a36b67b0df4725f3e28f3302f45274b39012f;p=git.git Fixup: Second argument may be any arbitrary string 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 Acked-by: Sverre Rabbelier Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-remote-helpers.txt b/Documentation/git-remote-helpers.txt index 1b66f57b4..2dd70031c 100644 --- a/Documentation/git-remote-helpers.txt +++ b/Documentation/git-remote-helpers.txt @@ -45,9 +45,8 @@ INVOCATION 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 '://
' or -'::
', where '
' may be an arbitrary -string. +argument specifies a URL; it is usually of the form +'://
', but any arbitrary string is possible. When git encounters a URL of the form '://
', where '' is a protocol that it cannot handle natively, it