Re: [PATCHv2] builtin/clone: support submodule groups

2015-12-01 Thread Stefan Beller
On Mon, Nov 30, 2015 at 10:53 PM, Michael J Gruber wrote: > I think we have to solve more basic issues for sparse checkouts first. > I'm using them with extra worktrees now and everything seems to be > working fine. But we need to get the UI right for the simple case

Re: [PATCHv2] builtin/clone: support submodule groups

2015-11-30 Thread Stefan Beller
+ cc Duy, Michael, who discussed the sparse checkout recently On Wed, Nov 25, 2015 at 9:00 PM, Trevor Saunders wrote: > Seeing the recent sparse checkout discussion I realized it might be > useful to have a similar sort of feature for sparse checkouts. So say I > had a

Re: [PATCHv2] builtin/clone: support submodule groups

2015-11-30 Thread Michael J Gruber
Stefan Beller venit, vidit, dixit 30.11.2015 20:31: > + cc Duy, Michael, who discussed the sparse checkout recently > > On Wed, Nov 25, 2015 at 9:00 PM, Trevor Saunders > wrote: >> Seeing the recent sparse checkout discussion I realized it might be >> useful to have a

Re: [PATCHv2] builtin/clone: support submodule groups

2015-11-25 Thread Stefan Beller
On Wed, Nov 25, 2015 at 4:31 PM, Stefan Beller wrote: > This passes each group to the `submodule update` invocation and > additionally configures the groups to be automatically updated. > > Signed-off-by: Stefan Beller > --- > > This is a resend of the

[PATCHv2] builtin/clone: support submodule groups

2015-11-25 Thread Stefan Beller
This passes each group to the `submodule update` invocation and additionally configures the groups to be automatically updated. Signed-off-by: Stefan Beller --- This is a resend of the patch "[PATCH 5/5] builtin/clone: support submodule groups" as that's where Jens and I

Re: [PATCHv2] builtin/clone: support submodule groups

2015-11-25 Thread Trevor Saunders
On Wed, Nov 25, 2015 at 04:31:24PM -0800, Stefan Beller wrote: > This passes each group to the `submodule update` invocation and > additionally configures the groups to be automatically updated. > > Signed-off-by: Stefan Beller > --- > > This is a resend of the patch "[PATCH