-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
cliAn issue that only applies to CLI functionalityAn issue that only applies to CLI functionalityenhancementNew feature or requestNew feature or request
Description
Applying a patch created by git format-patch
works, but leaves a kind of messy result:
- The title of the commit and the PR title contain a
[PATCH]
prefix - The body of the commit and the PR body contain a summary of the changed files (content that appears after the
---
in the patch message)
It would be nice to have a flag that attempted to strip this stuff out of the title and body. If I remember correctly, the -k
flag for format-patch
and am
does something similar.
Metadata
Metadata
Assignees
Labels
cliAn issue that only applies to CLI functionalityAn issue that only applies to CLI functionalityenhancementNew feature or requestNew feature or request