Pierre Neidhardt writes:
> Mike Rosset <mike.ros...@gmail.com> writes: > >>> Please apply the above pyqt change to a separate commit. >> >> I missed this comment with my new series. If this really needs to be >> done, I'll have to redo all of the commits and resend the series. Can >> this be avoided if possible? > > Yes, this is really necessary, commits must be atomic or else the log > gets easily tangled. > > This is not hard to do though: > > - rebase-edit the offending commit ("r m" with magit), this will leave > git in a detached state. > > - Soft-reset HEAD~. > > - Commit the first changes to a new commit. > > - Commit the rest. > > Let me know if you need more help. > Forgive me. After I had replied here, I realized your suggestion was the right way to go about this. I was tired and lazy when I responded. I will fix the commits. I'm not sure how this will effect the series worse case I'll just send the final series. We can treat this as a squash in away. Mike