#731968 "git notes log" to view the history of notes for a particular commit

Package:
git
Source:
git
Description:
fast, scalable, distributed revision control system
Submitter:
Jonathan Nieder
Date:
2013-12-11 18:45:12 UTC
Severity:
wishlist
#731968#5
Date:
2013-12-11 18:44:07 UTC
From:
To:
"git notes add" records the history of note additions in
refs/notes/commits, but there's no convenient way to look back at
notes changes for a particular commit (as opposed to "git log
refs/notes/commits", which looks at all of them).

(In the same spirit, there's no way to override the "Notes added by
'git notes add'" message that git notes add uses.)