We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 930b67e + 5cb5fe4 commit bbc143eCopy full SHA for bbc143e
transport.c
@@ -771,7 +771,7 @@ static void die_with_unpushed_submodules(struct string_list *needs_pushing)
771
fprintf(stderr, _("The following submodule paths contain changes that can\n"
772
"not be found on any remote:\n"));
773
for (i = 0; i < needs_pushing->nr; i++)
774
- printf(" %s\n", needs_pushing->items[i].string);
+ fprintf(stderr, " %s\n", needs_pushing->items[i].string);
775
fprintf(stderr, _("\nPlease try\n\n"
776
" git push --recurse-submodules=on-demand\n\n"
777
"or cd to the path and use\n\n"
0 commit comments