Re: [PATCH 11/22] entry.c: optionally checkout submodules

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux