Bug 238209
| Summary: | [git-webkit] Support —oneline in log command | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Tools / Tests | Assignee: | 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 | ||
Kimmo Kinnunen
[Git-WebKit] Support SVN revision in —oneline
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kimmo Kinnunen
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
Radar WebKit Bug Importer
<rdar://problem/90660142>
Jonathan Bedard
git-webkit log already support SVN revisions very well, it's the --online argument that's the problem.
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/219
Jonathan Bedard
Landed https://commits.webkit.org/248944@main (r291987)!