git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ISSUE] `git submodule update --init --recursive` does ignore  `fetchRecurseSubmodules` flag in `.gitmodules` and in `.git/config`
@ 2024-06-10  1:19 Andry
  2024-06-10 22:02 ` brian m. carlson
  0 siblings, 1 reply; 2+ messages in thread
From: Andry @ 2024-06-10  1:19 UTC (permalink / raw)
  To: Git

Hello Git,

First discovered here: https://github.com/gitextensions/gitextensions/issues/11783
Another discussion: https://stackoverflow.com/questions/58403616/does-git-submodule-update-recursive-override-fetchrecursesubmodules
Manual: https://git-scm.com/docs/gitmodules#Documentation/gitmodules.txt-submoduleltnamegtfetchRecurseSubmodules
---

If use a recursive submodule, for example:

A->B->A->...

And call submodules Update on A, then the Update does ignore the flag and keeps fetch recursively with the error at the end:

>  fatal: Failed to recurse into submodule path ...

Is that supposed to work this way or is an bug?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-10 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10  1:19 [ISSUE] `git submodule update --init --recursive` does ignore `fetchRecurseSubmodules` flag in `.gitmodules` and in `.git/config` Andry
2024-06-10 22:02 ` brian m. carlson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).