author | Daniel Barkalow <barkalow@iabervon.org> | |
Wed, 4 Nov 2009 02:52:35 +0000 (21:52 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Nov 2009 05:41:01 +0000 (21:41 -0800) | ||
commit | a45d3d7effdfb4b6b9fe75c9206a79d3cdcb3922 | |
tree | de7f93446ee66fe178f7dec9fb54f0c51700d463 | tree | snapshot |
parent | c1d45cf7b0c1953eed72a3018b5e557dbcd538e0 | commit | diff |
Allow curl helper to work without a local repository
It's okay to use the curl helper without a local repository, so long
as you don't use "fetch". There aren't any git programs that would try
to use it, and it doesn't make sense to try it (since there's nowhere
to write the results), but we may as well be clear.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
It's okay to use the curl helper without a local repository, so long
as you don't use "fetch". There aren't any git programs that would try
to use it, and it doesn't make sense to try it (since there's nowhere
to write the results), but we may as well be clear.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote-curl.c | diff | blob | history |