author | Linus Torvalds <torvalds@linux-foundation.org> | |
Wed, 1 Aug 2007 17:03:37 +0000 (10:03 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 2 Aug 2007 04:51:20 +0000 (21:51 -0700) | ||
commit | 72a4f4b657846af6c65360d92aa09d8b7f3dfbb0 | |
tree | 7331b40f39d8b234f7b9162fd5a1d9edd40ee488 | tree | snapshot |
parent | 50cff52f1a896118d5260c752900188e7d231cf6 | commit | diff |
connect: accept file:// URL scheme
We might make it something like: "if you use an url, we don't default to
local", so the difference would be that
git clone file:///directory/to/repo
would work the way it does now, but
git clone /directory/to/repo
would default to "-l" behaviour. That kind of would make sense (and should
be easy to implement.
This adds support for "file://" URL to underlying connect
codepath to make it happen.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
We might make it something like: "if you use an url, we don't default to
local", so the difference would be that
git clone file:///directory/to/repo
would work the way it does now, but
git clone /directory/to/repo
would default to "-l" behaviour. That kind of would make sense (and should
be easy to implement.
This adds support for "file://" URL to underlying connect
codepath to make it happen.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
connect.c | diff | blob | history |