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_message_trailers fails to return trailers when the commit message contains 3 or more dashes, because find_patch_start erroneously just looks for --- instead of --- (with a trailing space, like Git does).
Reproduction steps
Try to parse trailers from a commit message like
Commit title
Header
------
Lorem ipsum
Signed-off-by: test@test.com