Re: [RFC] URL rewrite in .gitmodules

2015-11-15 Thread Lars Schneider
On 26 Oct 2015, at 17:52, Jens Lehmann wrote: > Am 26.10.2015 um 17:34 schrieb Stefan Beller: >> On Sun, Oct 25, 2015 at 8:12 AM, Lars Schneider >> wrote: >>> On 20 Oct 2015, at 19:33, Junio C Hamano wrote: I do not think

Re: [RFC] URL rewrite in .gitmodules

2015-10-26 Thread Stefan Beller
On Sun, Oct 25, 2015 at 8:12 AM, Lars Schneider wrote: > > On 20 Oct 2015, at 19:33, Junio C Hamano wrote: > >> Lars Schneider writes: >> >>> If not, what do you think about a patch that adds a "url" section >>> similar to

Re: [RFC] URL rewrite in .gitmodules

2015-10-26 Thread Jens Lehmann
Am 26.10.2015 um 17:34 schrieb Stefan Beller: On Sun, Oct 25, 2015 at 8:12 AM, Lars Schneider wrote: On 20 Oct 2015, at 19:33, Junio C Hamano wrote: I do not think this topic is specific to use of submodules. If you want to encourage your

Re: [RFC] URL rewrite in .gitmodules

2015-10-25 Thread Lars Schneider
On 20 Oct 2015, at 00:07, Stefan Beller wrote: > On Mon, Oct 19, 2015 at 12:28 PM, Lars Schneider > wrote: >> Hi, >> >> I have a closed source Git repo which references an Open Source Git repo as >> Submodule. The Open Source Git repo references

Re: [RFC] URL rewrite in .gitmodules

2015-10-25 Thread Lars Schneider
On 20 Oct 2015, at 19:33, Junio C Hamano wrote: > Lars Schneider writes: > >> If not, what do you think about a patch that adds a "url" section >> similar to the one in git config to a .gitmodules file? >> >> Example: >> -- >> [submodule

Re: [RFC] URL rewrite in .gitmodules

2015-10-20 Thread Junio C Hamano
Lars Schneider writes: > If not, what do you think about a patch that adds a "url" section > similar to the one in git config to a .gitmodules file? > > Example: > -- > [submodule "git"] > path = git > url=git://github.com/larsxschneider/git.git >

[RFC] URL rewrite in .gitmodules

2015-10-19 Thread Lars Schneider
Hi, I have a closed source Git repo which references an Open Source Git repo as Submodule. The Open Source Git repo references yet another Open Source repo as submodule. In order to avoid failing builds due to external services I mirrored the Open Source repos in my company network. That works

Re: [RFC] URL rewrite in .gitmodules

2015-10-19 Thread Stefan Beller
On Mon, Oct 19, 2015 at 12:28 PM, Lars Schneider wrote: > Hi, > > I have a closed source Git repo which references an Open Source Git repo as > Submodule. The Open Source Git repo references yet another Open Source repo > as submodule. In order to avoid failing builds