Re: [PATCH v2 1/1] submodule--helper: fix incorrect newlines in an error message
From: Junio C Hamano <hidden>
Date: 2021-09-20 18:11:19
Kaartic Sivaraam [off-list ref] writes:
A refactoring[1] done as part of the recent conversion of 'git submodule add' to builtin, changed the error message shown when a Git directory already exists locally for a submodule name. Before the refactoring, the error used to appear like so: ... As one could observe the remote information is printed along with the first line rather than on its own line. Also, there's an additional newline following output. Make the error message consistent with the error message that used to be printed before the refactoring.
Makes sense. Atharva, an ack?