On 5/24/07, skimo@xxxxxxxx <skimo@xxxxxxxx> wrote:
+ args[argc++] = "checkout"; + if (state->force) + args[argc++] = "-f"; + args[argc++] = sha1_to_hex(ce->sha1); + args[argc] = NULL;
You should consider passing "-v" if the superprojects read-tree had it. Some submodules will be annoyingly big - 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