New comment by fccapria on void-packages repository https://github.com/void-linux/void-packages/pull/39738#issuecomment-1268580955 Comment: > > Hope this isn't a problem. > > It should not be an issue because you can do an interactive rebase and squash all of the commits into the first one, then force push. You should end up with a single commit with the message "New package: wired-notify-0.10.2". Commands are `git rebase -i master` and `git push -f`. Thank you very much, you have been very helpful! I just rebased and reduced everything to a commit. The only small thing is that I made a merge before by mistake and then all the commits in that merge were inserted in the first one. I hope it's all fine now.