On Mon, Jul 29, 2013 at 06:23:52AM +0200, Ralf Thielow wrote: > Signed-off-by: Ralf Thielow <ralf.thielow@xxxxxxxxx> > --- > builtin/push.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/builtin/push.c b/builtin/push.c > index 6d36c24..04abd2d 100644 > --- a/builtin/push.c > +++ b/builtin/push.c > @@ -250,7 +250,7 @@ static const char message_advice_ref_fetch_first[] = > N_("Updates were rejected because the remote contains work that you do\n" > "not have locally. This is usually caused by another repository pushing\n" > "to the same ref. You may want to first integrate the remote changes\n" > - "(e.g., 'git pull ...') before pushing again.\n" > + "(e.g. 'git pull ...') before pushing again.\n" I do not think the comma is a typo. In American English it is usually preferred, but googling "comma after e.g." seems to indicate that it is not in British English. Grep shows that we use both styles in quite a few places. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html