|
|
|
|
|
by swiftcoder
614 days ago
|
|
Yeah, and I think it's also worth noting that by far the largest set of folks advocating for stacked diffs are not actually using git. Meta runs a custom mercurial-compatible monorepo that was scaled up to handle thousands of commits per hour, and they have a culture of constant codebase-wide refactoring commits (i.e. the ongoing live migration of PHP -> Hack) - that rate of change causes problems that most GitHub projects have no reason to solve. |
|