Hacker News new | ask | show | jobs
by jrockway 2620 days ago
I think it's irrelevant. If your build depends on inputs from two repositories, it's the same level of complexity as having the inputs all come from one repository. You might have two .git directories, but if the code is coupled, it's just a monorepo in two directories.

Ultimately the problem is in scaling the number of build inputs, not the number of .git directories.