mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
Merge branch 'nd/submodule-helper-incomplete-line-fix'
Typofix. * nd/submodule-helper-incomplete-line-fix: submodule--helper: add a missing \n
This commit is contained in:
commit
195d799955
@ -1301,7 +1301,7 @@ static int add_possible_reference_from_superproject(
|
||||
die(_("submodule '%s' cannot add alternate: %s"),
|
||||
sas->submodule_name, err.buf);
|
||||
case SUBMODULE_ALTERNATE_ERROR_INFO:
|
||||
fprintf(stderr, _("submodule '%s' cannot add alternate: %s"),
|
||||
fprintf_ln(stderr, _("submodule '%s' cannot add alternate: %s"),
|
||||
sas->submodule_name, err.buf);
|
||||
case SUBMODULE_ALTERNATE_ERROR_IGNORE:
|
||||
; /* nothing */
|
||||
|
Loading…
Reference in New Issue
Block a user