Sebastian Schott writes: > Hi Chris, > > thank you very much for your suggestions and explanations (somehow > your messages did not reach my mail inbox). Now I got some work to do, > but I am not quite sure on how to proceed. Should I step back in my > local git history, apply the corrections and resend the patches or can > I just go on and patch my patches? I guess everything should go to the > initial bug tracking number? Hi Sebastian, Sorry for the email issues, I had an issue with my mailserver, but it should be fixed now. The way you've split your changes across commits is good, so ideally just tweak the commits. If you're familiar with interactive rebasing in Git, you can use that to make the changes. Don't worry too much about it though, it's the end result that's the most important. Once you've had a go at iterating the patches, just send them again to the bug email address. Just let me know if you have any questions :) Thanks, Chris