[Webkit-unassigned] [Bug 257363] New: [git-webkit] Only reset local main when it contains local commits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 25 17:10:07 PDT 2023


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

            Bug ID: 257363
           Summary: [git-webkit] Only reset local main when it contains
                    local commits
           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: jbedard at apple.com

Currently, git-webkit pr will unconditionally set the local main reference to point to the remote reference. This is so that we can seamlessly allow contributors to create a commit on `main` and then put that commit into a PR and let the engineer return their checkout to the canonical main. If we attempt to set the local main reference to the remote when it's already on the remote, though, that command will fail.

-- 
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/20230526/d380d9aa/attachment.htm>


More information about the webkit-unassigned mailing list