Alex Riesen, Tue, Nov 27, 2007 22:44:25 +0100: > --- a/builtin-commit.c > +++ b/builtin-commit.c > @@ -367,6 +367,30 @@ static int prepare_log_message(const char *index_file, const char *prefix) > > strbuf_release(&sb); > > + if (no_edit) { > + static const char *argv[] = { NULL, "HEAD", NULL }; > + struct rev_info rev; > + unsigned char sha1[40]; > + int is_initial; is_initial is left over from "development process". Well, from stealing out of wt-status.c - 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