Page MenuHomeFreeBSD

git-arc: Tweak heuristic for email address
ClosedPublic

Authored by imp on Feb 9 2026, 4:15 PM.
Tags
None
Referenced Files
F157196033: D55195.id171553.diff
Tue, May 19, 5:53 AM
Unknown Object (File)
Mon, May 18, 7:41 AM
Unknown Object (File)
Mon, May 18, 3:50 AM
Unknown Object (File)
Thu, May 14, 11:30 PM
Unknown Object (File)
Thu, May 14, 11:29 PM
Unknown Object (File)
Sat, May 2, 7:20 PM
Unknown Object (File)
Sat, May 2, 4:26 AM
Unknown Object (File)
Sat, May 2, 4:21 AM
Subscribers
None

Details

Reviewers
emaste
Summary

Tweak the heuristic in two ways: (1) Assume guest-* are external contributors.
(2) Look for the supplied name first instead of second.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 70553
Build 67436: arc lint + arc unit

Event Timeline

imp requested review of this revision.Feb 9 2026, 4:15 PM
imp created this revision.
tools/tools/git/git-arc.sh
455

Note: IIRC, I put this SECOND because we had several committers that used the company email here. Please comment on the wisdom of this move.

462

This is the heart of what we need.

On second though, no reordering.

tools/tools/git/git-arc.sh
455

never mind. I did another quick sampling and, well, we still need this order.

This revision is now accepted and ready to land.Mar 19 2026, 6:17 PM

Is this waiting on anything else?

oh, this is in

commit 4fb507cae916d04fcd1e80e69923c5ca5c4340eb
Author: Warner Losh <imp@FreeBSD.org>
Date:   Mon Feb 9 09:14:16 2026 -0700

    git-arc: Tweak heuristic for email address

    In the email address heuristic, assume guest-* are external
    contributors. It's a new convention, apparently.

    Sponsored by:           Netflix