Re: Integrating submodules with no side effects

2016-10-25 Thread Robert Dailey
On Wed, Oct 19, 2016 at 2:51 PM, Robert Dailey wrote: > On Wed, Oct 19, 2016 at 2:45 PM, Stefan Beller wrote: >> On Wed, Oct 19, 2016 at 12:19 PM, Robert Dailey >> wrote: >>> On Wed, Oct 19, 2016 at 11:23 AM, Stefan Beller

Re: Integrating submodules with no side effects

2016-10-19 Thread Robert Dailey
On Wed, Oct 19, 2016 at 2:45 PM, Stefan Beller wrote: > On Wed, Oct 19, 2016 at 12:19 PM, Robert Dailey > wrote: >> On Wed, Oct 19, 2016 at 11:23 AM, Stefan Beller wrote: >>> You could try this patch series: >>>

Re: Integrating submodules with no side effects

2016-10-19 Thread Stefan Beller
On Wed, Oct 19, 2016 at 12:19 PM, Robert Dailey wrote: > On Wed, Oct 19, 2016 at 11:23 AM, Stefan Beller wrote: >> You could try this patch series: >> https://github.com/jlehmann/git-submod-enhancements/tree/git-checkout-recurse-submodules >>

Re: Integrating submodules with no side effects

2016-10-19 Thread Robert Dailey
On Wed, Oct 19, 2016 at 11:23 AM, Stefan Beller wrote: > You could try this patch series: > https://github.com/jlehmann/git-submod-enhancements/tree/git-checkout-recurse-submodules > (rebased to a newer version; no functional changes:) >

Re: Integrating submodules with no side effects

2016-10-19 Thread Stefan Beller
On Wed, Oct 19, 2016 at 6:27 AM, Robert Dailey wrote: > On Tue, Oct 18, 2016 at 4:17 PM, Stefan Beller wrote: >> On Tue, Oct 18, 2016 at 12:35 PM, Robert Dailey >> wrote: >>> Hello git experts, >>> >>> I have in the past

Re: Integrating submodules with no side effects

2016-10-19 Thread Robert Dailey
On Tue, Oct 18, 2016 at 4:17 PM, Stefan Beller wrote: > On Tue, Oct 18, 2016 at 12:35 PM, Robert Dailey > wrote: >> Hello git experts, >> >> I have in the past attempted to integrate submodules into my primary >> repository using the same directory

Re: Integrating submodules with no side effects

2016-10-18 Thread Stefan Beller
On Tue, Oct 18, 2016 at 12:35 PM, Robert Dailey wrote: > Hello git experts, > > I have in the past attempted to integrate submodules into my primary > repository using the same directory name. However, this has always > caused headache when going to and from branches

Integrating submodules with no side effects

2016-10-18 Thread Robert Dailey
Hello git experts, I have in the past attempted to integrate submodules into my primary repository using the same directory name. However, this has always caused headache when going to and from branches that take you between when this integration occurred and when it didn't. It's a bit hard to