Re: [RFC/PATCH 1/4] submodules: implement synchronizing of remotes.

2015-04-09 Thread Patrick Steinhardt
On Wed, Apr 08, 2015 at 08:46:28AM -0700, Junio C Hamano wrote: > On Wed, Apr 8, 2015 at 3:58 AM, Patrick Steinhardt wrote: > > Previously it was not possible to specify custom remotes for > > submodules. This feature has now been implemented and can be > > I am not going to say whether it makes

Re: [RFC/PATCH 1/4] submodules: implement synchronizing of remotes.

2015-04-08 Thread Junio C Hamano
On Wed, Apr 8, 2015 at 3:58 AM, Patrick Steinhardt wrote: > Previously it was not possible to specify custom remotes for > submodules. This feature has now been implemented and can be I am not going to say whether it makes sense to add this feature or not, but I'll just react to "Previously". Le

[RFC/PATCH 1/4] submodules: implement synchronizing of remotes.

2015-04-08 Thread Patrick Steinhardt
Previously it was not possible to specify custom remotes for submodules. This feature has now been implemented and can be accessed by setting the keys 'submodule-remote.$name.$remote.url' and 'submodule-remote.$name.$remote.push-url', respectively. When issuing a `git submodule sync` we will test