[Webkit-unassigned] [Bug 241981] New: add an option to `git webkit pr` to customize the name of the branch when on `main`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 12:29:21 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=241981

            Bug ID: 241981
           Summary: add an option to `git webkit pr` to customize the name
                    of the branch when on `main`
           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: drousso at apple.com

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)

-- 
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/20220624/3a4471e0/attachment.htm>


More information about the webkit-unassigned mailing list