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
Describe the Bug
Carriage return (CR, 0xD) without a line feed character prevents git graph to show more log entries.
Git log shows ^M and lists anything normal after that.
Steps to Reproduce
Steps to reproduce the behaviour:
Add a commit with a commit message containing a carriage return with no line feed after it.
Git graph only shows commits on up to that commit ignoring all older ones.
Expected Behaviour
Ignore the carriage return character or render it like git log does.