X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin%2Ffetch.c;h=1b67f5fda55896635e91852657259b47e722c889;hb=443938df7ba6ca8c5ad50b7b061ece8116496985;hp=6eb1dfea092e2873c5910bf4389d3b071786d8b0;hpb=037c43c68e220739e690540de89a6d5835fefe73;p=git.git diff --git a/builtin/fetch.c b/builtin/fetch.c index 6eb1dfea0..1b67f5fda 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -845,7 +845,8 @@ static int fetch_one(struct remote *remote, int argc, const char **argv) int exit_code; if (!remote) - die("Where do you want to fetch from today?"); + die("No remote repository specified. Please, specify either a URL or a\n" + "remote name from which new revisions should be fetched."); transport = transport_get(remote, NULL); transport_set_verbosity(transport, verbosity, progress);