Bug 238209

Summary: [git-webkit] Support —oneline in log command
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: jbedard, 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=237439

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)!