Hi, On Sun, 18 Jan 2009, Lars Hjemli wrote: > @@ -320,6 +323,7 @@ static int parse_archive_args(int argc, const char **argv, > args->base = base; > args->baselen = strlen(base); > > + set_traverse_gitlinks(submodules); As I said, this is a per-call thing. So you need to add that option to the archiver_args struct and use it in write_archive_entries(). 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