Junio C Hamano wrote: > Anders Melchiorsen <mail@xxxxxxxxxxxxxxxx> writes: > >> - die("no commit message? aborting commit."); >> + die("no commit message. aborting commit."); > [...] > If the change _were_ to reword the message to more neutral sounding > "aborting commit due to missing log message.", and change die() to a > normal exit, that would be making this not an error. As I already said, I > am mildly negative, but at least such a change would be internally > consistent. > > I sense that the change from question mark to full stop might be showing > the desire to go in that direction, but in that case your change from the > question mark to full stop does not go far enough. I took the question mark to mean that Git was confused about an empty message. That does not seem right when Git itself proposes it. I would be happy to also change it to a normal exit. However, since you do not like the change, let us just forget about that hunk. Cheers, Anders. -- 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