Hi, On Wed, 11 Jun 2008, Shawn O. Pearce wrote: > diff --git a/builtin-fast-export.c b/builtin-fast-export.c > index 1dfc01e..d0a462f 100644 > --- a/builtin-fast-export.c > +++ b/builtin-fast-export.c > @@ -188,6 +188,8 @@ static void handle_commit(struct commit *commit, struct rev_info *rev) > mark_object(&commit->object); > if (!is_encoding_utf8(encoding)) > reencoded = reencode_string(message, "UTF-8", encoding); > + if (!commit->parents) > + printf("reset %s\n", (const char*)commit->util); > printf("commit %s\nmark :%d\n%.*s\n%.*s\ndata %u\n%s", > (const char *)commit->util, last_idnum, > (int)(author_end - author), author, Deemed-obviously-correct-by: Johannes Schindelin <johannes.schindelin@xxxxxx> Ciao, 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