The case for small diffs in Pull Requests
qznc via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jul 19 01:08:21 PDT 2016
On Tuesday, 19 July 2016 at 06:29:05 UTC, Jacob Carlborg wrote:
> Have you read the solution, linked at the bottom? [1]. As far
> as I can remember, I have not seen this used in the D projects
> at all.
>
> [1]
> http://graysonkoonce.com/stacked-pull-requests-keeping-github-diffs-small/
This feels like a fight against the Github UI to me. The atomic
unit is the pull request, not the commits.
I would like to see squashed commits in D. History looks polluted
by merge commits to me. This is useless for single-commit pull
requests at least.
More information about the Digitalmars-d
mailing list