Hacker News new | ask | show | jobs
by tardyp 2207 days ago
That is not the same feature. It requires you to always add your fix in a new commit add opposed to amending the commits and maintain a clear purposed commit list.
1 comments

I think the more official Git way of doing it would be to collect all the changes in separate commits, and then squash merge them at the end of the code review.