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
Georges Dupéron 88516545a1 Special case for EDITOR=emacs, as I found how to load ansi-colored files.
I should use a git config key git-rebasei.color = always + git-rebasei.editor as an alternative to the autodetecton based on the $EDITOR
2018-03-15 23:47:03 +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
git-rebasei-editor Special case for EDITOR=emacs, as I found how to load ansi-colored files. 2018-03-15 23:47:03 +01: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 Use sequence.editor to control the rebase -i editor without changing the commit / reword editor 2018-03-15 09:29:40 +01:00

Build Status, Coverage 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