New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/32623#issuecomment-903309272 Comment: > > No, run git commit --amend and fix the commit message there. > > git commit --amend is what i run but for some reason you are not editing the commit message * did an editor open for you? * did you edit the message in it? * did you save the file in the editor? `git show` will tell you the commit message. If you are not able to edit the commit message interactively, this command should work: ``` git commit --amend --no-edit -m "message" ``` > i have adjusted the patches to be compatible with git patches :+1: > The build is failing now, did you test it on your machine? I think we removed the failing patch in the previous PR, didn't we? CVE-2018-14348 affects only versions up to (and including) 0.41, so we don't need the patch for 2.0. Didn't we already discuss this? Could you build it on your machine before pushing here to make sure simple mistakes like this don't happen?