Various installs would like to have more control over final commit message formatting:
- (Original Here) Expand all object references into full object names.
- (T11739) Render field headers above field bodies.
- (T11740) Wrap text to 80 characters.
We could conceivably modularize message production to support this (either on the client after T10329, or on the server, but probably after T10945).
Original Description
Eg., if you have a commit message that says:
"Fixes {T123}"
It would flatten the remarkup into:
"Fixes T123 - This is a horrible bug title"
Also, you could do other remarkup flattening, like turn:
"---"
Into:
"----------------------------------------------------------------------------------------"
And turn remarkup tables into something that looks nice in ascii.
@tonygrue requested this, so I'll let him comment if I haven't captured the request well :p.