Sven Verdoolaege wrote: > I guess the major thing that is missing is --subdirectory-filter. > Anything else? Yes, how about this: $ git rewrite-commits --index-map ' testresult=$($HOME/bin/expensive-test); [ $testresult = t ] && $HOME/bin/tweak-index ' \ --commit-map ' [ $testresult = t ] && $HOME/bin/tweak-commit ' :-P -- Hannes - 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