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