A small wrapper around git rebase -i to show commits in the same order and with the same information as git log --oneline --decorate
Go to file
2021-04-04 07:22:28 +01:00
.gitignore Package skeleton 2018-03-14 09:05:44 +01:00
dot.gitconfig Use sequence.editor to control the rebase -i editor without changing the commit / reword editor 2018-03-15 09:29:40 +01:00
example.sh Turned example.sh into a proper automatic test 2018-04-06 01:26:44 +02:00
git-rebasei-editor Fixed bug (support --exec and --autosquash), added git config git-rebasei-editor.editor 2018-04-06 01:26:07 +02:00
LICENSE-more.md Package skeleton 2018-03-14 09:05:44 +01:00
LICENSE.txt Package skeleton 2018-03-14 09:05:44 +01:00
README.md Renamed main branch 2021-04-04 07:22:28 +01:00

Build Status, Build Stats, Maintained as of 2018, License: CC0 v1.0.

git-rebasei

A small wrapper around git rebase -i to show commits in the same order and with the same information as git log --oneline --decorate

To enable:

git config --global sequence.editor git-rebasei-editor

and make sure that git-rebasei-editor is in your $PATH