Skip to content

git notes support #183

@JPA2015

Description

@JPA2015

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
 - (...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions