Jonathan Nieder <jrnieder@xxxxxxxxx> writes: >> --- a/builtin/commit.c >> +++ b/builtin/commit.c >> @@ -725,15 +725,15 @@ static int prepare_to_commit(const char *index_file, const char *prefix, > [...] >> - "%s" >> - "# Author: %s\n", >> + _("%s" >> + "# Author: %s\n"), > > The above change causes the commit message template to be nonempty, > excluding comments, so bare "git commit" succeeds, exposing this > longstanding bug. Thanks; using "#" at the beginning of poison message sometimes has its uses ;-) Will queue. -- 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