Bug 241981
Summary: | add an option to `git webkit pr` to customize the name of the branch when on `main` | ||
---|---|---|---|
Product: | WebKit | Reporter: | Devin Rousso <hi> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | hi, jbedard, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 239082 |
Devin Rousso
ideally it'd be nice to have the name of the branch come from the bugzilla (or radar) number, that way there's no chance of conflict and it's much easier to read (instead of some super long thing based on the name of the bug)
my current workflow is:
1. create bugzilla bug
2. `git checkout -b eng/{bugzilla bug ID}`
3. `git commit -a`
4. `git webkit pr`
but it would be super nice to skip steps 1-3 but just `git webkit pr` when on `main` (and have it use a sane branch name)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/95872954>
Jonathan Bedard
Am I understanding the request here to essentially be: "Let me use the bug number by default instead of the bug title as the branch name"?
Devin Rousso
yeah that would be one way to put it
ideally anything other than the bug title as the branch name 😅