Re: Re: Re: Re: Relative submodule URLs

2014-08-26 Thread Heiko Voigt
On Tue, Aug 26, 2014 at 10:18:48AM -0500, Robert Dailey wrote: > On Tue, Aug 26, 2014 at 1:28 AM, Heiko Voigt wrote: > >> My last email response was in violation of your request to keep the > >> two topics separate, sorry about that. I started typing it this > >> weekend and completed the draft th

Re: Re: Re: Relative submodule URLs

2014-08-26 Thread Robert Dailey
On Tue, Aug 26, 2014 at 1:28 AM, Heiko Voigt wrote: >> Hi Heiko, >> >> My last email response was in violation of your request to keep the >> two topics separate, sorry about that. I started typing it this >> weekend and completed the draft this morning, without having read this >> response from y

Re: Re: Re: Relative submodule URLs

2014-08-25 Thread Heiko Voigt
On Mon, Aug 25, 2014 at 09:29:07AM -0500, Robert Dailey wrote: > On Sun, Aug 24, 2014 at 8:34 AM, Heiko Voigt wrote: > > New --with--remote parameter for 'git submodule' > > > > > > While having said all that about submodule settings I think a much

Re: Re: Re: Relative submodule URLs

2014-08-21 Thread Heiko Voigt
On Wed, Aug 20, 2014 at 08:18:12AM -0500, Robert Dailey wrote: > On Tue, Aug 19, 2014 at 3:57 PM, Heiko Voigt wrote: > > I would actually error out when specified in already cloned state. > > Because otherwise the user might expect the remote to be updated. > > > > Since we are currently busy impl

Re: Re: Re: Relative submodule URLs

2014-08-20 Thread Robert Dailey
On Tue, Aug 19, 2014 at 3:57 PM, Heiko Voigt wrote: > I would actually error out when specified in already cloned state. > Because otherwise the user might expect the remote to be updated. > > Since we are currently busy implementing recursive fetch and checkout I have > added that to our ideas li

Re: Re: Re: Relative submodule URLs

2014-08-19 Thread Heiko Voigt
On Tue, Aug 19, 2014 at 03:23:36PM -0500, Robert Dailey wrote: > On Tue, Aug 19, 2014 at 2:30 PM, Heiko Voigt wrote: > > Well the remote for the submodule is currently only calculated once, > > when you do the initial > > > > git submodule update --init > > > > that clones the submodule. A