keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
902 stars 37 forks source link

Git push notification in Chat view should truncate commit messages after the first paragraph #3947

Open belkadan opened 4 years ago

belkadan commented 4 years ago

A common git commit message convention is to use the first line as a summary, followed by two newlines. Even if the summary isn't just a single line, though, it would still be a better experience to not drop the entire commit message into the Chat, leaving it to be truncated based on the width of my window. Instead, if the commit message is made up of multiple paragraphs (as separated by two newlines), then only the first one should be shown.