When applying a squashed or reworded commit, rebase -i invokes the commit editor automatically. I'm used to committing with commit -v (I want to see what diff I'm committing), but the rebase-invoked git commit seems to not set -v. This is super-annoying when squashing commits.
Is there a way to configure the git commit flags for use inside the rebase loop?