RESOLVED FIXED255050
[git-webkit] Handle edge-case of commit not on branch
https://bugs.webkit.org/show_bug.cgi?id=255050
Summary [git-webkit] Handle edge-case of commit not on branch
Jonathan Bedard
Reported 2023-04-05 13:57:01 PDT
Although we generally don't expect this to be the case, it's possible for a commit to not be on any branches. In that case, our identifier scheme breaks down. At the moment, though, we will actually raise an exception when trying to generate an identifier for such a commit, where-as we should just create a commit object with an undefined identifier.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-04-05 13:57:19 PDT
Jonathan Bedard
Comment 2 2023-04-05 14:02:52 PDT
EWS
Comment 3 2023-04-05 15:43:06 PDT
Committed 262639@main (40e8ecb625c1): <https://commits.webkit.org/262639@main> Reviewed commits have been landed. Closing PR #12423 and removing active labels.
EWS
Comment 4 2023-04-06 10:09:37 PDT
Committed 259548.584@safari-7615-branch (827507770e56): <https://commits.webkit.org/259548.584@safari-7615-branch> Reviewed commits have been landed. Closing PR #532 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.