git filter-branch saves all the original refs into their own namespace (under original/). It sounds like your git log --all is showing those refs too. You should instead inspect all the refs you care about, and if they look good, then you can throw away the original/ namespace.