Bug 218212

Summary: [webkitscmpy] Support finding commit by tag
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, dewei_zhu, jlewis3, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=215862
Attachments:
Description Flags
Patch none

Description Jonathan Bedard 2020-10-26 16:17:55 PDT
Finding a commit by tag is a bit difficult because git and svn treat tags differently. In svn, tags are classified the same way branches are. In Git, tags are a reference to a commit.
Comment 1 Radar WebKit Bug Importer 2020-10-26 16:18:14 PDT
<rdar://problem/70700121>
Comment 2 Jonathan Bedard 2020-10-26 16:31:40 PDT
Created attachment 412363 [details]
Patch
Comment 3 EWS 2020-10-28 13:06:55 PDT
Committed r269117: <https://trac.webkit.org/changeset/269117>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 412363 [details].