by Hamuko 4 days ago

Yeah, I feel like just being able to review a PR commit-by-commit with a nice interface would just suffice.

benatkin 4 days ago | [-0 more]

For me that would mean avoiding tiny commits, and I wouldn't want to do that

ezekg 4 days ago | [-2 more]

Not really. Without seeing the entire changeset for a PR, you'd have to mentally keep track of what the current state of everything is unless you're a commit minimalist and presquash.

aunderscored 4 days ago | [-1 more]

How does that differ from this where you need to keep track of state and the whole change in the stack?

ezekg 4 days ago | [-0 more]

If we're speaking strictly code review, because you can actually make sense of the changeset for the child PR by not including its unmerged parent's changeset.