Re: [PATCH 14/14] pull --rebase: error on no merge candidate cases

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Johannes Schindelin <johannes.schindelin@xxxxxx> writes:

>>> -               fprintf(stderr,
>>> -                       _("There are no candidates for merging among the refs that you just fetched.\n"
>>> -                       "Generally this means that you provided a wildcard refspec which had no\n"
>>> -                       "matches on the remote end.\n"));
>>> +               if (opt_rebase)
>>> +                       fputs(_("There is no candidate for rebasing against among the refs that you just fetched."), stderr);
>> 
>     The puts() function appends a <newline> while fputs() does not.

Yup, so this update makes the command spew unterminated lines, which
not something intended...
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]