I'm maintaining a repo of a CMS/framework which currently uses quite a few (25) submodules. Due to all the downsides of submodules, I'd rather switch to Avery Pennarun's git-subtree (note: not the git subtree merge strategy), but I'm hesitant at this point, as i wonder if git-subtree is really stable in a "large repo/lots of subtrees/deeply nested/lots of flux" scenario like mine.
Since i had to learn the hard way, that git subtree merge strategy
is totally not capable of dealing with my repo/szenario, i'd like to evaluate my odds with git-subtree beforehand.