Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git notes support #183

Open
JPA2015 opened this issue Apr 22, 2024 · 0 comments
Open

git notes support #183

JPA2015 opened this issue Apr 22, 2024 · 0 comments

Comments

@JPA2015
Copy link

JPA2015 commented Apr 22, 2024

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
 - (...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant