Why would I choose to stash information like this in the git notes, versus just appending it to the commit message itself?
replies(1):
Appending information to the commit itself creates a new commit and all the commits that are based on the commit will also have to change consequently.