Hi, On Sun, 24 Feb 2008, Shawn O. Pearce wrote: > The fast-import file format does not expect leading '0' in front > of a file mode; that is we want '100644' and '0100644'. s/and/& not/ > - printf("M 0%06o :%d %s\n", spec->mode, > + printf("M %06o :%d %s\n", spec->mode, Definitely embarassing. Thanks, Dscho - 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