You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #16: git format-patch often adds stuff after a --- line; and many people add things there too. So you might have a message that looks like this:
Similar to #16:
git format-patch
often adds stuff after a---
line; and many people add things there too. So you might have a message that looks like this:git am
always ends up removing anything after the---
, because it actually interprets---
as the beginning of the patch.Would you be open to having
PatchPatchHeader
separate out this extra information into a separate field? Maybe,BodyAppendix
or something like that?If so I can write something up & send a PR.
The text was updated successfully, but these errors were encountered: