Hi,
I would expect this question to be asked dozens of times already, but
surprisingly I can't readily find an answer.
Is it possible to transfer tags to a new branch during rebase? I mean,
during the rebase process, when git applies a tagged commit, I want it
to transfer a tag to a new commit.
Is it possible, at least, to receive a set of (old commit, new commit)
pairs, so that I will write a little script that will do that for me?