New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/27113#issuecomment-743864615 Comment: I did git rebase -i HEAD~5 and it pulls up what looks like vim with this ``` 1 pick f42d507647 qemu: fix patch 2 pick dba1c48a43 Add tspreed 3 pick b127dd90eb New package: tspreed-1.2.1 4 pick d7e25a2f92 polybar: update to 3.5.1. 5 pick e945ff7070 amfora: install .desktop, sample config 6 pick ee18ba1f2f vapoursynth: update to R52 7 pick f802014c3e Removed vlicense line 8 9 # Rebase 079bba41c1..f802014c3e onto 079bba41c1 (7 commands) 10 # 11 # Commands: 12 # p, pick = use commit 13 # r, reword = use commit, but edit the commit message 14 # e, edit = use commit, but stop for amending 15 # s, squash = use commit, but meld into previous commit 16 # f, fixup = like "squash", but discard this commit's log message 17 # x, exec = run command (the rest of the line) using shell 18 # b, break = stop here (continue rebase later with 'git rebase --continue') 19 # d, drop = remove commit 20 # l, label