Page MenuHomePhabricator

Prevent creation of empty repository identities
ClosedPublic

Authored by amckinley on Jun 5 2018, 10:59 PM.
Tags
None
Referenced Files
F18050019: D19466.id.diff
Sun, Aug 3, 6:11 PM
F17934573: D19466.diff
Wed, Jul 30, 10:40 PM
F17907420: D19466.id46563.diff
Tue, Jul 29, 1:17 PM
F17904951: D19466.id46564.diff
Tue, Jul 29, 11:44 AM
F17839264: D19466.id46562.diff
Sat, Jul 26, 7:46 PM
Unknown Object (File)
Sun, Jul 6, 1:34 PM
Unknown Object (File)
Jun 2 2025, 5:05 PM
Unknown Object (File)
May 6 2025, 7:08 AM
Subscribers

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

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
82–83

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.