On Mon, May 27, 2013 at 11:37 AM, Isaac Jurado <dipto...@gmail.com> wrote:

>
> P.S: Apparently, the command line timeline also joins all the message
> into a single line.  I still have to look through the code to see if
> it's done at commit/import time or just at rendering.
>
>
Fossil preserves the commit message text exactly as it is input.  All
changes (new-line folding or whatever else) is done at rendering.  So you
can add new options (if you are motivated) to make it honor newlines in
commit messages, if that is what you want it to do.

On the web interface, all of the commit message are displayed inside of
<span class='timelineComment'>...</span>.  So you can perhaps adjust the
look of comments to your liking by editing the CSS and without having to
touch code.

For the command-line timeline, the commit messages are formatted using code
in the source file "comformat.c".  You'll have to change code if you want
to change the command-line timeline formatting.  See
http://www.fossil-scm.org/fossil/artifact/4c6ab377?ln for the latest code.
It is not complicated.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to