Skip to content

Add CLI flag to clean format-patch titles and messages #1

@bluekeyes

Description

@bluekeyes

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

No one assigned

    Labels

    cliAn issue that only applies to CLI functionalityenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions