Page MenuHomeFreeBSD

prepare-commit-msg: Sync with committers guide
ClosedPublic

Authored by ziaee on Jan 14 2026, 1:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 28, 9:12 PM
Unknown Object (File)
Jan 26 2026, 8:57 PM
Unknown Object (File)
Jan 25 2026, 8:40 AM
Unknown Object (File)
Jan 24 2026, 6:17 AM
Unknown Object (File)
Jan 23 2026, 5:23 AM
Unknown Object (File)
Jan 20 2026, 11:04 AM
Unknown Object (File)
Jan 18 2026, 3:08 PM
Unknown Object (File)
Jan 15 2026, 8:23 PM
Subscribers

Details

Summary

Add Discussed with:, Closes:, MFC to:, and Co-authored-by: to
the commit message template from the committer's guide. While here,
wordsmith these to fit on standard console.

Reported by: lwhsu

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ziaee requested review of this revision.Jan 14 2026, 1:28 PM
ziaee created this revision.
jlduran added inline comments.
tools/tools/git/hooks/prepare-commit-msg
51

What's the current status regarding Fixes:

# Fixes:		<git log -n1 --format:'%h ("%s")' GIT-COMMIT-HASH>
tools/tools/git/hooks/prepare-commit-msg
51

I do not know about this; this is a pre-existing issue out of scope of this commit. If we have a consensus I'm happy to use that, but 1. that command didn't work on my box and 2. shouldn't hold up trying to keep other stuff up to date.

tools/tools/git/hooks/prepare-commit-msg
51

git log -n1 --format='%h ("%s")' __hash__

tools/tools/git/hooks/prepare-commit-msg
51

Great, here's a review fixing that, thanks.

https://reviews.freebsd.org/D55121

Now may I fix what is in this commit?

This revision is now accepted and ready to land.Fri, Feb 6, 2:33 PM
This revision was automatically updated to reflect the committed changes.