Bug 241974 - Calling `git webkit pr` on a branch with staged changes should prompt to create a bug
Summary: Calling `git webkit pr` on a branch with staged changes should prompt to crea...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 239082
  Show dependency treegraph
 
Reported: 2022-06-24 11:55 PDT by Antoine Quint
Modified: 2022-10-11 20:14 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2022-06-24 11:55:19 PDT
The way I typically work is that I create a branch first, write some code, commit some code, and when I'm done typically git reset --soft main to then be able to commit one single clean commit. Once I have everything staged, I would expect `git webkit pr` to:

1. prompt to create a bugzilla bug
2. let me write the commit message with the bug pre-filled
3. file the GitHub PR

Steps 2 and 3 happen, but not step 1.
Comment 1 Radar WebKit Bug Importer 2022-07-01 11:56:12 PDT
<rdar://problem/96306613>