On Mon, May 07, 2007 at 09:54:47PM -0400, Shawn O. Pearce wrote: > Rather than storing the temporary commit message data in .msg (in > the working tree) we now store the message data in .git/MERGE_MSG. Hi, there's one more error message referring to '.msg': static void add_to_msg(const char *string) { int len = strlen(string); if (write_in_full(msg_fd, string, len) < 0) die ("Could not write to .msg"); } Thanks, Gerrit. - 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