Bug 240254
| Summary: | [GitHub] `git commit` generates a nicely formatted commit log but is missing bug information | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| 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 | ||
Chris Dumez
`git commit` generates a nicely formatted commit log but is missing bug information since there is currently no way to communicate to our tools which bug the commit is for.
This means I have to populate the title / bugzilla URL (and potentially radar link) by myself in the commit log when committing.
`git-webkit branch -i XXX` takes a bug number but this bug number is not used when the commit log gets generated.
I wish there was something like:
`git commit -a -bug XXX`
So the script could populate by commit log with the bug information for me.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jonathan Bedard
Would have to be `git webkit commit -a -bug xxx`, but that seems like a pretty reasonable and easy to implement request.
Radar WebKit Bug Importer
<rdar://problem/93033766>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/577
EWS
Committed r294011 (250445@main): <https://commits.webkit.org/250445@main>
Reviewed commits have been landed. Closing PR #577 and removing active labels.