[Webkit-unassigned] [Bug 240254] New: [GitHub] `git commit` generates a nicely formatted commit log but is missing bug information
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 9 13:20:04 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=240254
Bug ID: 240254
Summary: [GitHub] `git commit` generates a nicely formatted
commit log but is missing bug information
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cdumez at apple.com
CC: jbedard at apple.com
Blocks: 239082
`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.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=239082
[Bug 239082] GitHub feedback umbrella
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220509/e76f87a6/attachment.htm>
More information about the webkit-unassigned
mailing list