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
What part(s) of the article would you like to see updated?
At the moment, these docs say two blank lines are required before Co-authored-by trailers to mark a commit as having multiple authors.
However, it appears one blank line is sufficient, as can be seen in this commit, which has the two co-authors recognised in the UI.
Additional information
A requirement for two blank lines is a particularly annoying one because git defaults to removing consecutive blank lines unless prevented to with git commit --cleanup=verbatim.