Re: [PATCH v3 07/10] clone: add --submodule-spec= switch

2017-03-15 Thread Stefan Beller
On Wed, Mar 15, 2017 at 4:08 PM, Brandon Williams wrote: > On 03/14, Junio C Hamano wrote: >> Brandon Williams writes: >> >> > The new switch passes the pathspec to `git submodule update >> > --init-active` which is called after the actual clone is done. >>

Re: [PATCH v3 07/10] clone: add --submodule-spec= switch

2017-03-15 Thread Brandon Williams
On 03/14, Junio C Hamano wrote: > Brandon Williams writes: > > > The new switch passes the pathspec to `git submodule update > > --init-active` which is called after the actual clone is done. > > > > Additionally this configures the submodule.active option to > > be the given

Re: [PATCH v3 07/10] clone: add --submodule-spec= switch

2017-03-14 Thread Junio C Hamano
Brandon Williams writes: > The new switch passes the pathspec to `git submodule update > --init-active` which is called after the actual clone is done. > > Additionally this configures the submodule.active option to > be the given pathspec, such that any future invocation of >

[PATCH v3 07/10] clone: add --submodule-spec= switch

2017-03-13 Thread Brandon Williams
The new switch passes the pathspec to `git submodule update --init-active` which is called after the actual clone is done. Additionally this configures the submodule.active option to be the given pathspec, such that any future invocation of `git submodule update --init-active` will keep up with