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
The Phabricator tool, that shows commits is parsing commit messages using it's own Markdown-alike parser. The currently generated merge commit message looks very bad, when rendered:
The following must be attempted (only for commit with 2+ lines):
if 2nd line of message present and doesn't look like list (1. or - or *), then wrap 2nd+ till commit message end line using Fenced Code Block
otherwise ident using each line after 1st one using 1 space