Opened 18 years ago
Closed 18 years ago
#6510 closed enhancement (duplicate)
Commit comments containing "||" displayed incorrectly
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/changeset view | Version: | 0.10.3 | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I have a commit comment like this:
Cosmetics (still less cryptic than my proposed version
[ "${MOD_SWAP_FILE##/dev/*}" ] && swapon_file || swapon_device
but more readable than before.
Trac's SVN repository browser shows the comment like this:
Cosmetics (still less cryptic than my proposed version 
 
 [ "${MOD_SWAP_FILE##/dev/*}" ] && swapon_file 
 swapon_device 
 but more readable than before.
      Attachments (0)
Change History (3)
comment:1 by , 18 years ago
| Resolution: | → worksforme | 
|---|---|
| Status: | new → closed | 
comment:2 by , 18 years ago
| Resolution: | worksforme | 
|---|---|
| Status: | closed → reopened | 
| Type: | defect → enhancement | 
I assume I would lose the capability to use TracLinks (http://trac.edgewall.org/wiki/WikiFormatting#TracLinks) if using verbatim tags. I think it would be desireable to have a formatting option which does not apply Wiki formatting, but preserves the capability to use Trac links, because these are especially useful. Nobody uses Wiki formatting like table headers ("||") when commmitting a piece of code, though.



  
Commit log messages are wiki formatted. Either apply verbatim tags (`` or {{{ }}}) to the sections of the log messages that contain wiki formatters, or disable wiki formatting with the global
trac.inioption.See TracIni#changeset-section : wiki_format_messages