Luben Tuikov <ltuikov@xxxxxxxxx> writes: > --- Junio C Hamano <junkio@xxxxxxx> wrote: > >> I tend to prefer ending each sentence with a full stop. > > I've never seen this in, among other things, > - kernel messages > - errno messages > - web server messages > - RFC text describing error messages, (web services), > - etc. Comparing git grep \( -e die --or -e die \) --and -e '\."' -- '*.c' and git grep \( -e die --or -e die \) --and --not -e '\."' -- '*.c' tells me that we omit periods, mostly. > I was going for was consistency. I'd say apply Jacob's [6/5]. Well, [6/5] is on top of [1/5] which had the problem of parroting unsanitized user input, so I'd rather use a clean patch that does only this error message cleanups. - : 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