I just learned about git rerere
as I'm preparing to rebase a long-lived branch on top of master.
What is git-rerere and how does it work?
I have merged master into my branch a few times already, but only enabled rerere
afterwards.
Is there a way to 'seed' the rerere
database with these already-existing merge commits? (so when I finally do the rebase, I can benefit from replaying the conflict resolutions in these older commits)