git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Would it be possible to add an option to disable validating submodule paths?
@ 2025-01-07 22:00 Vadim Zeitlin
  2025-01-07 23:09 ` brian m. carlson
  0 siblings, 1 reply; 7+ messages in thread
From: Vadim Zeitlin @ 2025-01-07 22:00 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1679 bytes --]

 Hello,

 In e8d0608944 (submodule: require the submodule path to contain
directories only, 2024-03-26) a check that submodule paths don't contain
symlinks was added to Git. I understand that this check is generally useful
and helpful, but I'd really like to have some way of disabling it for some
trusted repositories and _allow_ some of their submodules to be symlinks
(see below for the rationale).

 Unfortunately, there doesn't seem to be any way to do it currently and I'd
like to ask if I might, perhaps, be missing such a way or, if I don't,
whether a patch adding an option to do it could be accepted?

 As to why I'd like to disable it, it's the usual story: this change broke
my workflow (https://xkcd.com/1172/). I have a relatively big Git
repository that I use as a submodule in many of the projects I'm working on
and I used to just symlink the corresponding submodule directory to one,
primary copy of this repository present on my system, instead of really
initializing the submodule. This saved me many gigabytes of disk space and
is also much faster than reinitializing the submodule every time I start a
new project or, more frequently, create a new worktree for the existing
one. And this worked just fine for many years but doesn't work any longer
as any operation on the repository, even just "git status", now gives

error: expected submodule path 'submodule/path' not to be a symbolic link

as soon as a symlink is detected. Under Linux I can use mount binds
instead, but this is much less convenient for many reasons and I'd really
prefer to just keep using symlinks. Would it be possible to (optionally)
allow using them again?

 Thanks in advance,
VZ

[-- Attachment #2: Type: APPLICATION/PGP-SIGNATURE, Size: 195 bytes --]

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

end of thread, other threads:[~2025-07-28 23:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07 22:00 Would it be possible to add an option to disable validating submodule paths? Vadim Zeitlin
2025-01-07 23:09 ` brian m. carlson
2025-01-07 23:25   ` Junio C Hamano
2025-01-07 23:50     ` Re[2]: " Vadim Zeitlin
2025-01-08 16:03       ` Junio C Hamano
2025-01-08 19:30         ` Re[2]: " Vadim Zeitlin
2025-07-28 23:12           ` [PATCH] submodule: Add a config option to skip path validation Vadim Zeitlin

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).