|
|
|
|
|
by MaulingMonkey
3413 days ago
|
|
> Breaking up patches can even make them less coherent as context for each one is lost A potential solution: Non-fast-forward merge commits. Best of both worlds: Small diffs and large diffs. (I'll also note that I haven't found this to be a problem in practice.) > and can slow things down if all the pieces have to be pushed separately through a slow CI pipeline. And can speed things up if the CI pipeline can pinpoint the exact change that broke the build. Fat commits just obscure the underlying problem - although sometimes that's the best you can hope for. |
|
None of which are intrinsic. And maybe they've been fixed since my last attempt? But noticeably painful.