]> asedeno.scripts.mit.edu Git - git.git/blobdiff - send-pack.c
Merge git://git.kernel.org/pub/scm/gitk/gitk
[git.git] / send-pack.c
index 16ed51f6a012899e6e59eac6f4b657aa24f1c8df..c1807f07946ca204bc1e8307eed04150e62c551d 100644 (file)
@@ -205,7 +205,8 @@ static int send_pack(int in, int out, struct remote *remote, int nr_refspec, cha
                return -1;
 
        if (!remote_refs) {
-               fprintf(stderr, "No refs in common and none specified; doing nothing.\n");
+               fprintf(stderr, "No refs in common and none specified; doing nothing.\n"
+                       "Perhaps you should specify a branch such as 'master'.\n");
                return 0;
        }