Ticket #6510 (closed enhancement: duplicate)
Opened 4 years ago
Last modified 4 years ago
Commit comments containing "||" displayed incorrectly
| Reported by: | Alexander@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/changeset view | Version: | 0.10.3 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 4 years ago by eblot
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 4 years ago by Alexander Kriegisch
- Resolution worksforme deleted
- Status changed from closed to reopened
- Type changed from defect to 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.
comment:3 Changed 4 years ago by cboos
- Resolution set to duplicate
- Status changed from reopened to closed
See #4778.



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.ini option.
See TracIni#changeset-section : wiki_format_messages