Hi Eddy, all the following patches 3-9 are touching the test as added in patch 2, which would go best with this patch. Could you squash all commits into one?
There are a couple ways to do it:
git reset --soft
git commit -a --reuse-commit-message=<...>
or using
git rebase --interactive origin/master
# and then marking all but the first as "fixup"
I think the end result looks good, but that is best reviewed as one
piece instead of 9 patches.
Thanks,
Stefan

