Eric Sunshine <sunshine@xxxxxxxxxxxxxx> 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?