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
F162620673: D58126.id.diff
Wed, Jul 15, 3:58 AM
F162590794: D58126.id181605.diff
Tue, Jul 14, 8:41 PM
F162580140: D58126.id181706.diff
Tue, Jul 14, 6:14 PM
Unknown Object (File)
Mon, Jul 13, 3:53 AM
Unknown Object (File)
Mon, Jul 13, 2:31 AM
Unknown Object (File)
Sun, Jul 12, 8:06 PM
Unknown Object (File)
Sun, Jul 12, 1:00 PM
Unknown Object (File)
Sun, Jul 12, 12:20 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