git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Local Config File: Submodule initialization looks broken with the --recurse-submodules option when cloning a repository
@ 2019-04-11  2:36 ron
  2019-10-14  1:35 ` Ron
  0 siblings, 1 reply; 3+ messages in thread
From: ron @ 2019-04-11  2:36 UTC (permalink / raw)
  To: git@vger.kernel.org

Initially reported for GFW on version 2.20.1, I have tested with Linux Mint Mate 19.1 Tessa which by default uses git version 2.17.1

It produces a config file with the relevant submodule entries looking like this:

----------------
[submodule]
	active = .

[submodule "Submodule/Path"]
	url = https://github.com/organization/submodule.git
----------------

Instead of that, which is produced by manually initializing a submodule anytime after cloning:

----------------
 [submodule "Submodule/Path"]
	active = true
	url = https://github.com/organization/submodule.git
----------------

Sent with ProtonMail Secure Email.



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

end of thread, other threads:[~2019-10-15  0:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-11  2:36 Local Config File: Submodule initialization looks broken with the --recurse-submodules option when cloning a repository ron
2019-10-14  1:35 ` Ron
2019-10-15  0:39   ` Ron

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).