[Webkit-unassigned] [Bug 244147] An error creating a PR can result in commit message loss

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 16:08:10 PDT 2022


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

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Simpler steps:
1. Have local changes
2. `git webkit pr --issue NNN`
3. git makes a PR branch
4. Type a long commit message and save the file
5. Decide you want to change something, Ctrl-C the `git webkit pr`

Now you're on a branch with no commits. If you try to repeat the `git webkit pr --issue NNNN` you get an error:

OpenSource % git webkit pr --no-update --issue 68196      
Creating a pull-request for '68196' but we're on 'eng/border-radius-clipping-of-composited-layers-doesnt-work'

so you use `git webkit pr`, and it throws up a commit message editor with a fresh, empty commit message, without even the bug number.

-- 
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/20220831/133edb73/attachment.htm>


More information about the webkit-unassigned mailing list