On Mon, Nov 5, 2012 at 7:03 PM, K <[email protected]> wrote: > I've just noticed that a commit message containing "[" & "]" is presented > in the web interface as underlined. I presume this is some kind of mark-up > I stumbled into. > > 1. What is this? >
Commit messages are wiki text. This permits you to do things like insert the hash of a ticket in the commit message in between [...] and Fossil will think automatically generate links from the check-in to the ticket and from the ticket to the check-in. See, for example, the check-in at http://www.fossil-scm.org/fossil/info/27298fffc8 which references ticket 0ff64b0a5fc88e7e98b9db082c6928d6f63e3e6e. You can click on the link to go straight to the ticket. Then on the ticket, select the "Timeline" http://www.fossil-scm.org/fossil/tkttimeline/0ff64b0a5fc8 to see all the check-ins associated with that ticket. > 2. How can I cause this to not happen? I'd prefer if timeline items were > left 'plain text'. > <nowiki>...</nowiki> around the check-in comment. Or use [ and ] in place of [ and ]. > > Thank you, > ^K > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

