Bug 240873 - PR description gets truncated if commit log description starts with P1
Summary: PR description gets truncated if commit log description starts with P1
Status: RESOLVED DUPLICATE of bug 240874
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-24 08:24 PDT by Jean-Yves Avenard [:jya]
Modified: 2022-05-24 13:22 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Yves Avenard [:jya] 2022-05-24 08:24:49 PDT
I pushed a PR with 3 commits for review:

They are titled

https://github.com/WebKit/WebKit/pull/968
P1. Rework SharedBufferCopy so that we can keep a reference to the underlying SharedMemory
P2. Remove SharedBufferCopy::safeBuffer() and rename SharedBufferCopy::buffer with SharedBufferCopy::unsafeBuffer.
P3. Rename SharedBufferCopy to SharedBufferReference

When pushed, the title of the PR becomes:
"P."

To add: Ideally it would be great if there was a "-m DESCRIPTION, --description=DESCRIPTION" like there was with webkit-patch
as the description can't always be the same as the patch on top of the stack.
Comment 1 Alexey Proskuryakov 2022-05-24 13:22:02 PDT

*** This bug has been marked as a duplicate of bug 240874 ***