Closed
Description
Patches generated with git format-patch
will have [PATCH]
in the subject line; at the moment, this doesn't seem to be removed by ParsePatchHeader()
.
It might be a good idea to just implement the equivalent of https://github.com/git/git/blob/master/mailinfo.c 's cleanup_subject()
, which seems to remove the following things at the beginning of the patch title:
Re:
and variations- Whitespace (' ', '\t', and ':')
- Anything in between brackets.
I might take at implementing this if I have time.
Metadata
Metadata
Assignees
Labels
No labels