On Sat, Sep 4, 2010 at 01:17, Michael Haggerty <mhagger@xxxxxxxxxxxx> wrote: > The first problem is that the doc seems to allow NUL bytes (which I > suspect are not really allowed) Fast import keeps reading until it finds a '\n' and stores data in a strbuf, so I don't see why 'NUL' would not be allowed. > or the backslash '\' character (which, > if allowed, would logically have to be escaped, too). Backslashes are allowed, and it seems they need to be escaped as usual. Perhaps Shawn can confirm that this should just be updated in the docs. > The second problem is that "git fast-export" does not do even the > specified quoting: That's a bug with fast-export then :) -- Cheers, Sverre Rabbelier -- 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