Page MenuHomeFreeBSD

git-mfc: Filter pending and dangling commits by committer
ClosedPublic

Authored by markj on Jul 9 2026, 3:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 8, 9:33 PM
Unknown Object (File)
Sat, Aug 8, 8:34 PM
Unknown Object (File)
Sat, Aug 8, 7:59 PM
Unknown Object (File)
Sat, Aug 8, 7:27 PM
Unknown Object (File)
Sat, Aug 8, 9:52 AM
Unknown Object (File)
Fri, Aug 7, 7:53 PM
Unknown Object (File)
Tue, Aug 4, 5:36 AM
Unknown Object (File)
Tue, Aug 4, 4:55 AM
Subscribers

Details

Summary

Previously we searched commits based on the author email address, but
this isn't really right: if I commit something from a contributor, I'm
still responsible for MFCing it, so really we should be filtering on the
committer.

Add a new --committer option to filter results by committer email
address, defaulting to the user.email value in the git config.

Keep the --author option, but don't filter by author unless the option
is explicitly specified.

Reported by: des

Diff Detail

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