←back to thread

577 points Delgan | 1 comments | | HN request time: 0.217s | source
Show context
olejorgenb ◴[] No.44347040[source]
What happens of you rebase a branch containing commits with notes attached?
replies(2): >>44347161 #>>44348081 #
1. paffdragon ◴[] No.44348081[source]
Check the notes.rewrite config options in https://git-scm.com/docs/git-notes#Documentation/git-notes.t... Also notes.rewriteRef. You can use these to configure git to carry your notes across amend/rebase.