New comment by pullmoll on void-packages repository https://github.com/void-linux/void-packages/pull/12710#issuecomment-507037203 Comment: I just now saw there were 2 commits. In the future please squash commits to one per package, i.e. `git rebase -i master` and `squash` or `fixup` the 2nd, 3rd etc. commit depending on whether you want to combine and edit the final commit message or not, then do the `git push -f`. You can always `git commit --amend` the latest commit.