git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* URL Syntax Question
@ 2008-04-01  0:58 Jon Loeliger
  2008-04-01  6:11 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Loeliger @ 2008-04-01  0:58 UTC (permalink / raw)
  To: git

Folks,

On, for example, the git-clone man page, the stated URLs
that are supported include these:

    git://host.xz/path/to/repo.git/
    git://host.xz/~user/path/to/repo.git/
and:
    ssh://[user@]host.xz[:port]/path/to/repo.git/
    ssh://[user@]host.xz/path/to/repo.git/
    ssh://[user@]host.xz/~user/path/to/repo.git/
    ssh://[user@]host.xz/~/path/to/repo.git
and:
    rsync://host.xz/path/to/repo.git/

In the first set, is the non-specified user form also supported?
That is, this form:

    git://host.xz/~/path/to/repo.git/

In the second set, is it fair to generalize and say
that they could all be respresented as this:

    ssh://[user1@]host.xz[:port]/[~[user2]/]path/to/repo.git/

Where user1 is, of course, the authorizing user and user2
is the file system accessed home directory user.

Lastly, how long before the deprecated and third class citizen,
rsync, is actually _removed_?  Or will it linger for all time?
Any plans in the works there?


And is it also true that the trailing / isn't strictly necessary?

Thanks,
jdl

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-01  9:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-01  0:58 URL Syntax Question Jon Loeliger
2008-04-01  6:11 ` Junio C Hamano
2008-04-01  9:06   ` Miklos Vajna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).