Bug 218212 - [webkitscmpy] Support finding commit by tag
Summary: [webkitscmpy] Support finding commit by tag
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-26 16:17 PDT by Jonathan Bedard
Modified: 2020-10-28 13:06 PDT (History)
4 users (show)

See Also:


Attachments
Patch (21.58 KB, patch)
2020-10-26 16:31 PDT, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].