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
`git am` will accept patches which aren't fully RFC-compliant, as long
as they start with `From` and have a `Subject` line. Relax
ParsePatchHeader() so that it will accept such patches as well.
Specifically, it will tolerate patches of the form:
From: <[email protected]>
In this case, the `Author` field will contain `[email protected]
<[email protected]>`. Duplicate this behavior.
Signed-off-by: George Dunlap <[email protected]>
Co-authored-by: George Dunlap <[email protected]>
0 commit comments