README.md (797B)
1 [](https://travis-ci.org/jsmaniac/git-rebasei) 2 [](http://jsmaniac.github.io/travis-stats/#jsmaniac/git-rebasei) 3 [](https://github.com/jsmaniac/git-rebasei/issues) 4 [](https://creativecommons.org/publicdomain/zero/1.0/) 5 6 git-rebasei 7 =========== 8 9 A small wrapper around git rebase -i to show commits in the same order and with the same information as git log --oneline --decorate 10 11 To enable: 12 13 git config --global sequence.editor git-rebasei-editor 14 15 and make sure that `git-rebasei-editor` is in your `$PATH`