MFC procedure?
Kristof Provost
kp at FreeBSD.org
Fri Dec 11 21:39:57 UTC 2020
Hi,
A discussion elsewhere about pre-commit triggers checking commit
permissions reminded me that I don’t yet fully know how we’ll handle
MFCs. I”m thinking especially about MFCs of commits initially done by
someone else. A `git cherry-pick <hash>` will result in an author tag
with the original author.
Do we want to change the committer name? If so, as I understand it
that’s relatively simple in Git: cherry pick the change, and run `git
commit -amend —reset-author’ before pushing.
While on the subject of MFC, I’m similarly not quite clear on wether
we plan to mirror SVN exactly and rewrite commit messages to include the
‘MFC <commit hash>’, or if we’re going to do the more git-y thing
of just cherry-picking and pushing like that.
Perhaps I overlooked it, but I don’t see any documentation on
changes/expectations for MFCs in a git world. Would it be helpful if I
wrote up a proposal for whichever option the transition team prefers?
Regards,
Kristof
More information about the freebsd-git
mailing list