Page MenuHomeFreeBSD

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

Authored by markj on Thu, Jul 9, 3:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 4, 5:36 AM
Unknown Object (File)
Tue, Aug 4, 4:55 AM
Unknown Object (File)
Tue, Aug 4, 1:40 AM
Unknown Object (File)
Tue, Aug 4, 12:57 AM
Unknown Object (File)
Mon, Aug 3, 3:59 PM
Unknown Object (File)
Mon, Aug 3, 9:18 AM
Unknown Object (File)
Sat, Aug 1, 8:41 AM
Unknown Object (File)
Fri, Jul 31, 7:14 PM
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