From: Junio C Hamano <hidden> Date: 2021-05-03 05:21:48
Eric Sunshine [off-list ref] writes:
+ if (verbosity >= 0) {
+ if (squash)
+ puts(_("Already up to date. (nothing to squash)"));
The original scripted Porcelain may have said so, but the placement
of full-stop in the above feels a bit strange. Should we rephrase
it to
Already up to date (nothing to squash).
as we are fixing the phrasing now?