Hi Junio, On Tue, 23 Jun 2020, Junio C Hamano wrote: > "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx> > writes: > > > @@ -1046,7 +1046,7 @@ static int push_refs(struct transport *transport, > > if (!remote_refs) { > > fprintf(stderr, > > _("No refs in common and none specified; doing nothing.\n" > > - "Perhaps you should specify a branch such as 'master'.\n")); > > + "Perhaps you should specify a specific branch.\n")); > > Hmph, not just "specify a branch."? Maybe it is just me, but > "specify a specific branch" did not roll well on my tongue. Oh well. "Perhaps you should specify a branch" sounded too judgmental to me, but I'm not a native speaker, so I simply removed the word "specific". Ciao, Dscho