There is a huge amount of questions whose primary tag is git. Then there is usually a mixed bag of tags attached. Sometimes they are correctly tagged with the git commands involved, sometimes it is just the name of the command. As the command names are fairly commonplace they pollute the original tag.
Is it possible to batch retag question which are tagged as e.g.
git commit branch rebase
> to
git git-commit git-branch git-rebase
I understand that batch tagging is a too powerful feature to put into the hands of too many users. But at least a tool to find all possible of those mistakes and create a list of retagging candidates which then can be submitted for manual inspection with the suggested retag would be awesome. Of course I can build a pentadactyl script to do that, but I will still end up flooding the front page.