`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.
Would have to be `git webkit commit -a -bug xxx`, but that seems like a pretty reasonable and easy to implement request.
<rdar://problem/93033766>
Pull request: https://github.com/WebKit/WebKit/pull/577
Committed r294011 (250445@main): <https://commits.webkit.org/250445@main> Reviewed commits have been landed. Closing PR #577 and removing active labels.