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
F164489789: D58126.id.diff
Sat, Aug 1, 8:41 AM
Unknown Object (File)
Fri, Jul 31, 7:14 PM
Unknown Object (File)
Wed, Jul 29, 8:58 AM
Unknown Object (File)
Tue, Jul 28, 8:36 AM
Unknown Object (File)
Mon, Jul 27, 2:37 PM
Unknown Object (File)
Sat, Jul 25, 11:27 PM
Unknown Object (File)
Sat, Jul 25, 10:24 AM
Unknown Object (File)
Thu, Jul 23, 10:17 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 74653
Build 71536: arc lint + arc unit