Bug 238209 - [git-webkit] Support —oneline in log command
Summary: [git-webkit] Support —oneline in log command
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: 2022-03-22 10:51 PDT by Kimmo Kinnunen
Modified: 2022-04-04 15:51 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2022-03-22 10:51:22 PDT
[Git-WebKit] Support SVN revision in —oneline
Comment 1 Kimmo Kinnunen 2022-03-22 10:53:05 PDT
Usecase

git webkit log --oneline origin/safari-613-branch..origin/main  -- Source/ThirdParty/ANGLE

Would print:
7ef2d82f3579 r291562 Dust off Mac CMake build https://bugs.webkit.org/show_bug.cgi?id=238121

(or alternatively something else for the git hash, but the point being, there would be some way of obtaining the webkit r??? for the commit. Maybe there is already a parameter for --pretty option or something?)

To support easier branch cherry picking
Comment 2 Radar WebKit Bug Importer 2022-03-22 14:43:01 PDT
<rdar://problem/90660142>
Comment 3 Jonathan Bedard 2022-03-22 14:45:15 PDT
git-webkit log already support SVN revisions very well, it's the --online argument that's the problem.
Comment 4 Jonathan Bedard 2022-03-22 14:51:19 PDT
Pull request: https://github.com/WebKit/WebKit/pull/219
Comment 5 Jonathan Bedard 2022-03-28 13:43:54 PDT
Landed https://commits.webkit.org/248944@main (r291987)!