]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin/fetch.c
Merge branch 'ar/string-list-foreach'
[git.git] / builtin / fetch.c
index b0bfaa9ae32021b6b32c9bdce99ccc543c9ecab7..680a8a97bd61cf3ce994ccaee1e89185600c84e8 100644 (file)
@@ -829,7 +829,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);