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 a3b047c + 1a87871 commit d5a15c5Copy full SHA for d5a15c5
builtin/submodule--helper.c
@@ -1301,7 +1301,7 @@ static int add_possible_reference_from_superproject(
1301
die(_("submodule '%s' cannot add alternate: %s"),
1302
sas->submodule_name, err.buf);
1303
case SUBMODULE_ALTERNATE_ERROR_INFO:
1304
- fprintf(stderr, _("submodule '%s' cannot add alternate: %s"),
+ fprintf_ln(stderr, _("submodule '%s' cannot add alternate: %s"),
1305
1306
case SUBMODULE_ALTERNATE_ERROR_IGNORE:
1307
; /* nothing */
0 commit comments