Bug 256398 - [git-webkit] Treat tags like branches in pickable
Summary: [git-webkit] Treat tags like branches in pickable
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: 2023-05-05 14:50 PDT by Jonathan Bedard
Modified: 2023-05-10 07:13 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2023-05-05 14:50:55 PDT
The 'git-webkit pickable' command treats individual commits differently from branches. Branches will check the pickable status of every commit on the branch, while an individual commit will just check the status of the specified commit. We should treat tags similar to branches, rather than treating them as single commits.
Comment 1 Radar WebKit Bug Importer 2023-05-05 14:51:16 PDT
<rdar://problem/108967330>
Comment 2 Jonathan Bedard 2023-05-05 14:53:32 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13522
Comment 3 EWS 2023-05-10 07:13:38 PDT
Committed 263898@main (0f420eb4d89c): <https://commits.webkit.org/263898@main>

Reviewed commits have been landed. Closing PR #13522 and removing active labels.