When reverting multiple commits using
git revert -n f0000000
git revert -n baaaaaaa
is it possible to ask git to mention in the new commit message all the commits you've reverted, not just one of the commits?
I'm on git version 1.6.3.3, so apologies if it's been fixed in more recent versions.