Re: git-clone ignores submodule.recurse configuration

2017-12-04 Thread Stefan Beller
On Fri, Dec 1, 2017 at 1:47 PM, Brandon Williams wrote: > On 12/01, Ralf Thielow wrote: >> Today I played around a bit with git submodules and noticed >> that the very handy configuration "submodule.recurse" is not >> working for the git-clone command. The rationale here is

Re: git-clone ignores submodule.recurse configuration

2017-12-01 Thread Brandon Williams
On 12/01, Ralf Thielow wrote: > Today I played around a bit with git submodules and noticed > that the very handy configuration "submodule.recurse" is not > working for the git-clone command. > > "git help config" tells me that submodule.recurse affects > all commands that have a

git-clone ignores submodule.recurse configuration

2017-12-01 Thread Ralf Thielow
Today I played around a bit with git submodules and noticed that the very handy configuration "submodule.recurse" is not working for the git-clone command. "git help config" tells me that submodule.recurse affects all commands that have a --recurse-submodules option. git-clone seems to be an