timomeinen / team-piazza

A build monitor for the TeamCity continuous integration server
GNU General Public License v3.0
17 stars 7 forks source link

Commit message should be shown including line breaks #10

Closed timomeinen closed 10 years ago

timomeinen commented 10 years ago

From andreas.kohn@gmail.com on September 29, 2008 12:02:48

We use piazza a lot, but many of our commit messages contain line breaks (for listing details etc). These line breaks are not properly shown in the piazza screen, making the commit message harder to read.

Attached patch simply wraps the message into

, but one could propably
also just replace line breaks with 
or so.

Attachment: piazza-message.diff

Original issue: http://code.google.com/p/team-piazza/issues/detail?id=10

timomeinen commented 10 years ago

From nat.pr...@gmail.com on June 25, 2009 09:45:55

Status: Accepted

timomeinen commented 10 years ago

From nat.pr...@gmail.com on July 07, 2009 09:55:29

Implemented with the white-space: pre-line CSS property.

Status: Fixed