On Mon, Jul 15, 2013 at 08:04:34PM +0200, Andreas Eversberg wrote:
yes, every patch works. i did a "git reset --hard" for scrolling back patch by patch. is there a more elegant way to test every patch?
With git 1.8 one can do git rebase -i -x "CMD FOR EVERY CHANGE" origin/master, the script I posted yesterday is using it