I have written a series of git commits, with awful code formatting.
Before I push them to github, I want to run git-clang-format on each commit, to get a nicely formatted code in my history.
Is there some combination of rebase and git-clang-format which will accomplish this?