Recent versions append the ↩ character to multiline commit messages in the All Commits view.
In repos where all messages include a message body, this extra character is just noise that makes it harder to parse the information at the end of the subject line, which often end with issue numbers or other critical details.
This seems like the sort of thing that would best be optional, like the -/+ marks in diffs, or the * in tabs with uncommitted changes.
Recent versions append the
↩character to multiline commit messages in the All Commits view.In repos where all messages include a message body, this extra character is just noise that makes it harder to parse the information at the end of the subject line, which often end with issue numbers or other critical details.
This seems like the sort of thing that would best be optional, like the
-/+marks in diffs, or the*in tabs with uncommitted changes.