Hacker News new | ask | show | jobs
by eeperson 4813 days ago
It appears that the notes survive a rebase but they don't point to anything in your history. They continue to point to a commit before the rebase.
1 comments

Too bad. As I understand it that's because rebase relies on the patch format as the full representation of a commit; but that excludes the commit's notes. replacement refs and grafts survive it in squashed form because they are part of the graph traversal.