Re: BUG in fetching non-checked out submodule
From: Ralf Thielow <hidden>
Date: 2020-12-03 07:46:49
Hi Philippe, Am Mi., 2. Dez. 2020 um 18:20 Uhr schrieb Philippe Blain [off-list ref]:
Ok, you don't add '--init' but the submodule gets checked out, so it looks like you have 'submodule.active' set to a pathspec that matches 'sha1collisiondetection'. Did you clone the git repo with '--recurse-submodules', which would add '.' as the value of 'submodule.active' ? Or maybe you manually configured that value in your global gitconfig ?
Sry, I did not mention that I started with the submodule already initialized and checked out. IIRC I deinitialized the submodule with 'git submodule deinit -f sha1collisiondetection/' and ran 'git fetch' to see if it happens on the git repo, too, since I encountered the issue on another repo first. I can see the same misbehaviour when I run $ git -c submodule.recurse=false fetch --recurse-submodules too, so I think it doesn't have necessarily something to do with the 'submodule.recursive' config, but with 'recurse submodules' in general. Ralf