Antonio Ospite [off-list ref] writes:
I find the x/exec function in "git rebase -i" very useful, but it may
be tedious to edit the commit list to add something like "make test"
after each commit.
I've taken a more general approach inspired by
run-command-on-git-revisions at
https://github.com/garybernhardt/dotfiles/tree/master/bin
I took that and turned it into a git-run-command subcommand. It will
take an arbitrary command and run it on each revision specified by a
revlist.
I think that's a more flexible approach than tying it to rebase.
Thoughts?
-Dave