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
Ah interesting, looks like it's being parsed as a message node. I think the precedence might need to be tuned a little so that this ends up as a comment node instead
Lines that start with
#
with no space after are not parsed as comments, but git treats them as such.(If you look at
git log
the line won't appear)The text was updated successfully, but these errors were encountered: