Re: Suggestion: git clone should warn if repository has submodules

2019-08-06 Thread Michal Suchánek
On Tue, 6 Aug 2019 17:54:20 +0200 Mateusz Loskot wrote: > On Tue, 6 Aug 2019 at 16:04, Jason Sewall wrote: > > > > Submodules are great, and I used them at work. The problem is, people > > wind up cloning my repos without --recursive and then nothing works > > for them, because the submodules w

Re: Suggestion: git clone should warn if repository has submodules

2019-08-06 Thread Mateusz Loskot
On Tue, 6 Aug 2019 at 16:04, Jason Sewall wrote: > > Submodules are great, and I used them at work. The problem is, people > wind up cloning my repos without --recursive and then nothing works > for them, because the submodules weren't populated and those > ultimately are needed to build my code.

Suggestion: git clone should warn if repository has submodules

2019-08-06 Thread Jason Sewall
Submodules are great, and I used them at work. The problem is, people wind up cloning my repos without --recursive and then nothing works for them, because the submodules weren't populated and those ultimately are needed to build my code. I can see why --recursive isn't the default for git clone;