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. > I've reworked the commit as suggested. I resent the series. Nothing else has changed in the series other then I split the first commit into two. And I problem broke git am or the bug thread. sorry in advance :( Mike