Page MenuHomePhabricator

Prevent creation of empty repository identities
ClosedPublic

Authored by amckinley on Jun 5 2018, 10:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 20 2026, 9:08 PM
Unknown Object (File)
Jan 20 2026, 9:08 PM
Unknown Object (File)
Nov 19 2025, 7:45 AM
Unknown Object (File)
Nov 12 2025, 7:09 AM
Unknown Object (File)
Oct 13 2025, 4:42 PM
Unknown Object (File)
Oct 11 2025, 12:05 PM
Unknown Object (File)
Oct 4 2025, 11:43 PM
Unknown Object (File)
Oct 4 2025, 11:11 PM
Subscribers

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 20370
Build 27663: Run Core Tests
Build 27662: arc lint + arc unit

Event Timeline

epriestley added inline comments.
src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php
83–86

We could probably skip this query, too, if $committer === null since we (should) never get a hit for it.

This revision is now accepted and ready to land.Jun 5 2018, 11:06 PM
src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php
83–86

Yeah, I just left it so that $committer_identity would always be defined. Will clean it up.

This revision was automatically updated to reflect the committed changes.

I cherry-picked this to stable for good measure.