Re: Feature Request: Add comments to commits
From: Kristoffer Haugsbakk <hidden>
Date: 2025-08-27 20:26:11
From: Kristoffer Haugsbakk <hidden>
Date: 2025-08-27 20:26:11
On Wed, Aug 27, 2025, at 18:53, Junio C Hamano wrote:
"Kristoffer Haugsbakk" [off-list ref] writes:quoted
On Wed, Aug 27, 2025, at 12:29, Rune Philosof wrote:quoted
Git commit messages quality is very important when you investigate your history. Often it would be useful to be able to attach comments to commits messages for instance to add forgotten information. Those comments should be shown when `git show`ing a commit. Could be implemented as commits that use a new field to link to the commit they should be shown with, along with some index to make it performant.git-notes(1)... together with "git log --notes[=<ref>]".
I think that’s covered well enough by the man page. ;) -- Kristoffer Haugsbakk