X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=send-pack.c;h=fd985ed28d7f9ea1f8ba3d83313e2bce8d614d98;hb=acef41c9db33f2261e46e17cca098df3403dd745;hp=9fc8a812f4c526d61e3acb8183b8b8da0e36895c;hpb=4b7f59af2a5b072a0a3950c956842e4d6223a167;p=git.git diff --git a/send-pack.c b/send-pack.c index 9fc8a812f..fd985ed28 100644 --- a/send-pack.c +++ b/send-pack.c @@ -204,7 +204,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; }