On Tue, Mar 3, 2009 at 1:50 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > + if (mkdir(dir, 0777)) { > + error("cannot mkdir '%s': %s", dir, strerror(errno)); > + return NULL; > + } How about "cannot create repository; mkdir failed '%s': %s" ... j. -- 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