View Ticket
Not logged in
Ticket UUID: d3e3b02515cfef5995f079e208b1b2a379672fb9
Title: verbatim message in timeline
Status: Open Type: Feature_Request
Severity: Minor Priority:
Subsystem: Resolution: Open
Last Modified: 2011-01-14 18:08:13
Version Found In:
Description & Comments:
It would be nice to have the ability to show commit message with original formatting in the timeline. Exemple, to keep newline, tabulation and space. (like displaying it on in verbatim).

Right now, all commit messages are shown in a single line and it make it hard to read when there's a lot of long commit message.

Thanks


BM claiming to be Benoit added on 2011-01-14 13:32:34 UTC:
In “Admin/Timeline” you can configure to allow block-markup.

In this way you can use the wiki markup (with some html tags including <tt>) and lists.

  • item 1
  • item 2

anonymous added on 2011-01-14 18:08:13 UTC:
What's about if I've just convert a huge git repository into fossil, and all the commit log was done in text with tabulation, spaces and new line that make it look reasonable in verbatim mode. A wiki or html tag would not help in that case.

Also, an option to display comment in a verbatim way would make it look ok when using the "fossil timeline" CLI command.