git-changelog-lib icon indicating copy to clipboard operation
git-changelog-lib copied to clipboard

git notes support

Open JPA2015 opened this issue 1 year ago • 0 comments
trafficstars

git offers the possibility to supplement a commit message without changing the commit itself using git-notes. "git log" shows such notes along with the original commit message. It would be nice to have a prepopulated variable with the notes for each commit so that it can be used to generate a change log.

* commits
 - (...)
 - message (The full message)
 - messageNotes (The notes corresponding to this commit)     <=== This could be the new variable
 - (...)

JPA2015 avatar Apr 22 '24 14:04 JPA2015