X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin%2Ffetch.c;h=1b67f5fda55896635e91852657259b47e722c889;hb=316fa401e1c953ffc80533aaf6839817595cdd77;hp=6eb1dfea092e2873c5910bf4389d3b071786d8b0;hpb=c255a70b5ef4e70070b6076c4308da9d163d56a9;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);