For some reasons, I have to rewrite the entire history of my git repository to change the committer_id of every commit. However, I attached a note to more or less every commit and using git-filter-branch to change the committer_id will logically create new commits, leaving the notes behind. Is there a way to copy the notes to their matching new commit?
This thread seems to ask similar questions but was left with no solution in 2011.
Thank you for your help!