New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/27113#issuecomment-743889198 Comment: Upon running git rebase -i HEAD~1, is this what it should look like? ``` 1 pick 1cfc9e3113 New package: tspreed-1.2.1 2 3 # Rebase ee18ba1f2f..1cfc9e3113 onto ee18ba1f2f (1 command) 4 # 5 # Commands: 6 # p, pick = use commit 7 # r, reword = use commit, but edit the commit message 8 # e, edit = use commit, but stop for amending 9 # s, squash = use commit, but meld into previous commit 10 # f, fixup = like "squash", but discard this commit's log message 11 # x, exec = run command (the rest of the line) using shell 12 # b, break = stop here (continue rebase later with 'git rebase --continue') 13 # d, drop = remove commit 14 # l, label