Bug 242400
| Summary: | [git-webkit] Add show sub-command | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| 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 | ||
| Bug Depends on: | |||
| Bug Blocks: | 239082 | ||
Alexey Proskuryakov
When one has a commit identifier, they should be able to see the change in CLI with one command.
`git webkit show 252122@main` === `git show 72f75225fac5`
Ideally, this would implement all git-show options (e.g. `git show --pretty 252122@main...252120@main`), but the above is what I'd be using most of the time.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/96963230>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/6041
EWS
Committed 257760@main (dd82be82d070): <https://commits.webkit.org/257760@main>
Reviewed commits have been landed. Closing PR #6041 and removing active labels.
EWS
Committed 252432.1025@safari-7614-branch (7443b62d8437): <https://commits.webkit.org/252432.1025@safari-7614-branch>
Reviewed commits have been landed. Closing PR #283 and removing active labels.