RESOLVED FIXED 244859
[git-webkit] Add trace command
https://bugs.webkit.org/show_bug.cgi?id=244859
Summary [git-webkit] Add trace command
Jonathan Bedard
Reported 2022-09-06 14:48:37 PDT
We need a `git-webkit trace` command that, when given a hash/identifier/revision, will find the original commit of a cherry pick. This is effectively a linked list, because the commit cherry picked might also itself be cherry-picked.
Attachments
Jonathan Bedard
Comment 1 2022-09-06 14:49:03 PDT
Jonathan Bedard
Comment 2 2022-09-06 14:51:17 PDT
As I put this together, it turned out that this same idiom works for reverts and follow-up fixes, as long as we keep track of relationship type.
Jonathan Bedard
Comment 3 2022-09-06 15:14:20 PDT
EWS
Comment 4 2022-09-29 08:47:05 PDT
Committed 254997@main (d3e19e632f18): <https://commits.webkit.org/254997@main> Reviewed commits have been landed. Closing PR #4072 and removing active labels.
EWS
Comment 5 2022-09-29 10:32:03 PDT
Committed 252432.496@safari-7614-branch (57f0dd3bd58e): <https://commits.webkit.org/252432.496@safari-7614-branch> Reviewed commits have been landed. Closing PR #90 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.