Modify ↓
      
#352 closed defect (fixed)
Multi-line commit messages show in one line
| Reported by: | epsilon at devnull*art*pl | Owned by: | daniel | 
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 | 
| Component: | version control/changeset view | Version: | 0.6.1 | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Multi-line commit messages show in one line: if a commit message is spread across several lines, it still is displayed in one line by trac
Attachments (1)
Change History (7)
comment:1 by , 21 years ago
| Milestone: | → 0.7.1 | 
|---|
comment:4 by , 21 years ago
| Owner: | changed from to | 
|---|---|
| Status: | new → assigned | 
comment:5 by , 21 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
Patch applied and issue fixed in [776]. Many thanks to Cap for the patch!
  Note:
 See   TracTickets
 for help on using tickets.
    


  
We should probably treat newlines in commit messages differently than other wiki text… If every newline results in a line break, then do a hard break.