Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html