If you have clear work steps for a rebase work flow (prior to review). Contributors can and will do PR hygiene.
-----Original Message----- From: Gregory Nutt [mailto:spudan...@gmail.com] Sent: Thursday, March 05, 2020 9:20 AM To: dev@nuttx.apache.org Subject: Re: squashing commits or not > If you do have a PR with B1 and B2 commits and generates in master: > > A1 <- B1 <- B2 <- C1 <- master If B1 and B2 are part of the same change, I would probably use git rebase -i to squash only those two